• Version 1.17.0
Show / Hide Table of Contents

Class SessionErrorEventArgs

Error event arguments.

Inheritance
object
EventArgs
SessionErrorEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: OnixS.Fix
Assembly: OnixS.Fix.Engine.dll
Syntax
public class SessionErrorEventArgs : EventArgs

Constructors

SessionErrorEventArgs()

Default constructor.

Declaration
public SessionErrorEventArgs()

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()

Returns the string representation.

Declaration
public override string ToString()
Returns
Type Description
string

string representation

Overrides
object.ToString()
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX