ExceptionEventArgs::Exception Property

Visual Studio 2015
 

Gets the exception that details the cause of the failure.

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

public:
property Exception^ Exception {
	[CompilerGeneratedAttribute]
	Exception^ get();
	[CompilerGeneratedAttribute]
	private: void set(Exception^ value);
}

Property Value

Type: System::Exception^

Returns Exception.

Return to top
Show: