ExceptionExtensions.IsFatal(Exception) Method

Definition

Indicates whether the exception is considered fatal.

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

Parameters

exception
Exception

The exception to test.

Returns

True if the exception is considered fatal; otherwise, false.

Applies to