Class EngineWarningEventArgs
Inheritance
EngineWarningEventArgs
Assembly: OnixS.Fix.Engine.dll
Syntax
public class EngineWarningEventArgs : EventArgs
Constructors
EngineWarningEventArgs()
Declaration
public EngineWarningEventArgs()
EngineWarningEventArgs(EngineWarningReason, string)
Declaration
public EngineWarningEventArgs(EngineWarningReason reason, string description)
Parameters
Properties
Description
Declaration
public string Description { get; }
Property Value
Reason
Declaration
public EngineWarningReason 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