Class SessionException
CompositeSession Exception
Inheritance
System.Object
    SessionException
  Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class SessionException : Exception
  Constructors
SessionException(SessionKey, String)
Constructor
Declaration
public SessionException(SessionKey key, string message)
  Parameters
| Type | Name | Description | 
|---|---|---|
| MAT.OCS.Core.SessionKey | key | |
| System.String | message | 
Properties
Key
Session Key
Declaration
public SessionKey Key { get; }
  Property Value
| Type | Description | 
|---|---|
| MAT.OCS.Core.SessionKey |