Sdílet prostřednictvím


PartnerExtensions.IsFatalException(Exception) Method

Definition

Checks if an exception is fatal.

public static bool IsFatalException (this Exception ex);
static member IsFatalException : Exception -> bool
<Extension()>
Public Function IsFatalException (ex As Exception) As Boolean

Parameters

ex
Exception

The exception to check.

Returns

True if Exception is fatal and process should die.

Applies to