IPeekResultQuery::Failed Event

Visual Studio 2015
 

Raised when the query failed.

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

event EventHandler<ExceptionEventArgs^>^ Failed {
	void add(EventHandler<ExceptionEventArgs^>^ value);
	void remove(EventHandler<ExceptionEventArgs^>^ value);
}
Return to top
Show: