Class SessionSchedulerErrorEventArgs
Scheduler error event arguments.
Inherited Members
Namespace: OnixS.Cme.ILink3.Schedule
Assembly: OnixS.Cme.ILink3.dll
Syntax
public class SessionSchedulerErrorEventArgs : EventArgs
Properties
Description
An error description.
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
string |
Reason
Returns the error reason.
Declaration
public SessionErrorReason Reason { get; }
Property Value
Type | Description |
---|---|
SessionErrorReason | error reason |
Session
Declaration
public Session Session { get; }
Property Value
Type | Description |
---|---|
Session |