Click or drag to resize

ActBaseException Property

The thrown Exception when running RunTest Overload methods, if any.

Namespace:  SmartTests
Assembly:  SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax
public Exception Exception { get; }

Property Value

Type: Exception
Remarks
This property is null if the Act nor Smart Assertions threw an exception.
See Also