IVsTask::IsFaulted Property

 

Gets whether the task completed with an exception. If true, an exception occurred.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[DispIdAttribute(1610678280)]
property bool IsFaulted {
	bool get();
}

Property Value

Type: System::Boolean
Return to top
Show: