Class SessionErrorEventArgs
Error event arguments.
Inherited Members
Namespace: OnixS.Fix
Assembly: OnixS.Fix.Engine.dll
Syntax
public class SessionErrorEventArgs : EventArgs
Properties
Description
Error description.
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
String | error description |
IncomingMessageBytes
This property is valid only during event callback.
Declaration
public ReadOnlySpan<byte> IncomingMessageBytes { get; }
Property Value
Type | Description |
---|---|
ReadOnlySpan<Byte> |
Reason
Returns error reason.
Declaration
public SessionErrorReason Reason { get; }
Property Value
Type | Description |
---|---|
SessionErrorReason | error reason |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |