ErrorHandler::IsCriticalException Method (Exception^)

 

Determines whether the specified exception is critical.

Namespace:   Microsoft.VisualStudio
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static bool IsCriticalException(
	Exception^ ex
)

Parameters

ex
Type: System::Exception^

The exception.

Return Value

Type: System::Boolean

true if the specified exception is critical, otherwise false.

Return to top
Show: