Class ErrorEventArgs
Contains information about error.
Inherited Members
Namespace: OnixS.CmeStpHandler
Assembly: OnixS.CmeStpHandler.dll
Syntax
public class ErrorEventArgs : EventArgs
Properties
Exception
Caught exception.
Declaration
public Exception Exception { get; }
Property Value
Type | Description |
---|---|
Exception |