ExceptionEventArgs Constructors
Represents the base class for arguments passed to exception handling events.
Name | Parameters | Description |
---|---|---|
Exception |
error |
Creates a new Exception |
Exception |
error |
Creates a new Exception |
See Also