ExceptionEventArgs Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides exception data for an event.
public ref class ExceptionEventArgs : EventArgspublic class ExceptionEventArgs : EventArgstype ExceptionEventArgs = class
    inherit EventArgsPublic Class ExceptionEventArgs
Inherits EventArgs- Inheritance
- 
				ExceptionEventArgs
Constructors
| ExceptionEventArgs(Exception) | Creates a new instance of ExceptionEventArgs. | 
Properties
| Exception | Gets the exception that details the cause of the failure. |