IExpectException.HandleException(Exception) Method

Definition

Method to handle an expected exception

public void HandleException (Exception ex);
abstract member HandleException : Exception -> unit

Parameters

ex
Exception

The exception to be handled

Applies to