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