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 : EventArgs
public class ExceptionEventArgs : EventArgs
type ExceptionEventArgs = class
inherit EventArgs
Public 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. |