| ActBaseException Property |
Namespace:
SmartTests
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax public Exception Exception { get; }
Public ReadOnly Property Exception As Exception
Get
public:
property Exception^ Exception {
Exception^ get ();
}
member Exception : Exception with get
Property Value
Type:
ExceptionRemarks
This property is null if the Act nor Smart Assertions threw an exception.
See Also