ExceptionEventArgs Constructors
Represents the base class for arguments passed to exception handling events.Name | Parameters | Description |
---|---|---|
ExceptionEventArgs(String, Exception) | errorText, exception | Creates a new ExceptionEventArgs object. |
ExceptionEventArgs(String, String, Exception, ExceptionMode) | errorText, windowCaption, exception, exceptionMode | Creates a new ExceptionEventArgs object. |
See Also