ExceptionEventArgs(Exception) Constructor

Definition

Creates a new instance of ExceptionEventArgs.

public:
 ExceptionEventArgs(Exception ^ e);
public ExceptionEventArgs (Exception e);
new Microsoft.VisualStudio.Language.Intellisense.ExceptionEventArgs : Exception -> Microsoft.VisualStudio.Language.Intellisense.ExceptionEventArgs
Public Sub New (e As Exception)

Parameters

e
Exception

The exception that details the cause of the failure.

Applies to