Utils.IsCriticalException(Exception) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.