Class EngineErrorEventArgs
Inheritance
EngineErrorEventArgs
Assembly: OnixS.Fix.Engine.dll
Syntax
public class EngineErrorEventArgs : EventArgs
Constructors
EngineErrorEventArgs()
Declaration
public EngineErrorEventArgs()
EngineErrorEventArgs(EngineErrorReason, string)
Declaration
public EngineErrorEventArgs(EngineErrorReason reason, string description)
Parameters
Properties
Description
Declaration
public string Description { get; }
Property Value
Reason
Declaration
public EngineErrorReason Reason { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type |
Description |
string |
A string that represents the current object.
|
Overrides