Class CompositeSessionException
CompositeSession Exception
Inheritance
System.Object
CompositeSessionException
Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class CompositeSessionException : Exception
Constructors
CompositeSessionException(CompositeSessionKey, String)
Initializes a new instance of the CompositeSessionException class.
Declaration
public CompositeSessionException(CompositeSessionKey key, string message)
Parameters
Type | Name | Description |
---|---|---|
CompositeSessionKey | key | CompositeSessionKey this System.Exception refers to |
System.String | message | Exception Message |
Properties
Key
Declaration
public CompositeSessionKey Key { get; }
Property Value
Type | Description |
---|---|
CompositeSessionKey |