ExceptionEventArgs Constructor (Exception^)

Visual Studio 2015
 

Creates new instance of ExceptionEventArgs.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
ExceptionEventArgs(
	Exception^ e
)

Parameters

e
Type: System::Exception^

The exception that details the cause of the failure.

Return to top
Show: