The exception that is thrown when a non-fatal error occurs in the FIX Engine.

Namespace: FIXForge.NET.FIX
Assembly: FIXForge.NET.FIX.Engine-net-3.5 (in FIXForge.NET.FIX.Engine-net-3.5.dll) Version: 2.79.1.0

Syntax

C#
[SerializableAttribute]
public class EngineException : ApplicationException
Visual Basic
<SerializableAttribute> _
Public Class EngineException _
	Inherits ApplicationException
Visual C++
[SerializableAttribute]
public ref class EngineException : public ApplicationException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..ApplicationException
      FIXForge.NET.FIX..::..EngineException

See Also