Class EngineException
The exception that is thrown when a non-fatal error occurs in the FIX Engine.
Inheritance
EngineException
Implements
Inherited Members
Namespace: OnixS.Fix
Assembly: OnixS.Fix.Engine.dll
Syntax
public class EngineException : Exception, ISerializable
Constructors
EngineException()
Constructor.
Declaration
public EngineException()
EngineException(Exception)
Constructor.
Declaration
public EngineException(Exception cause)
Parameters
Type | Name | Description |
---|---|---|
Exception | cause |
EngineException(string)
Constructor.
Declaration
public EngineException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
EngineException(string, Exception)
Constructor.
Declaration
public EngineException(string message, Exception cause)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | cause |