Class SessionException
Session related exception.
Inheritance
SessionException
Implements
Inherited Members
Namespace: OnixS.Fix.Exceptions
Assembly: OnixS.Fix.Engine.dll
Syntax
public class SessionException : EngineException, ISerializable
Constructors
SessionException(SessionErrorReason, string)
Constructor.
Declaration
public SessionException(SessionErrorReason reason, string message)
Parameters
| Type | Name | Description |
|---|---|---|
| SessionErrorReason | reason | |
| string | message |
SessionException(SessionErrorReason, string, Exception, bool)
Constructor.
Declaration
public SessionException(SessionErrorReason reason, string message, Exception cause, bool appendCauseMessage = true)
Parameters
| Type | Name | Description |
|---|---|---|
| SessionErrorReason | reason | |
| string | message | |
| Exception | cause | |
| bool | appendCauseMessage |
Properties
Reason
Error reason.
Declaration
public SessionErrorReason Reason { get; }
Property Value
| Type | Description |
|---|---|
| SessionErrorReason |