ExceptionEventArgs Class

Definition

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.

Applies to