IFatalErrorHandler.IsUnexpected(Exception) Method

Definition

Determines whether the specified exception is unexpected.

public bool IsUnexpected (Exception exception);
abstract member IsUnexpected : Exception -> bool
Public Function IsUnexpected (exception As Exception) As Boolean

Parameters

exception
Exception

The exception.

Returns

true if the specified exception is unexpected; otherwise, false.

Applies to