Share via


Utils.IsCriticalException(Exception) Method

Definition

Determines whether the exception is a critical exception.

public:
 static bool IsCriticalException(Exception ^ ex);
public static bool IsCriticalException (Exception ex);
static member IsCriticalException : Exception -> bool
Public Shared Function IsCriticalException (ex As Exception) As Boolean

Parameters

ex
Exception

Specifies the exception

Returns

True if the exception is critical, otherwise false.

Applies to