MockMethodCallEventArgsWillThrowException Property

Typemock Isolator Developer Guide
This is true if the mocked method will throw an exception, Either because the exception was mocked (see ExpectAndThrow(String, Exception, Type) or because of a validation exception.

Namespace:  TypeMock
Assembly:  TypeMock (in TypeMock.dll) Version: 9.3.6.0 (9.3.6.0)
Syntax

public bool WillThrowException { get; }

Property Value

Type: Boolean
See Also

Reference