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