Class ExceptionEventArgs
Arguments to the UnhandledError event.
Inheritance
System.Object
System.EventArgs
ExceptionEventArgs
Namespace: RSG
Syntax
public class ExceptionEventArgs : EventArgs
Properties
Exception
Declaration
public Exception Exception { get; }
Property Value
Type | Description |
---|---|
System.Exception |