IFindPeekResultsCallback::ReportFailure Method (Exception^)

Visual Studio 2015
 

Reports a failure of query processing.

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

void ReportFailure(
	Exception^ failure
)

Parameters

failure
Type: System::Exception^

The exception representing the details of the failure.

Return to top
Show: