TestResultMessage.SystemException Property

Definition

Gets or sets the most recent exception that was encountered during the associated test run or test.

public:
 property Exception ^ SystemException { Exception ^ get(); void set(Exception ^ value); };
public Exception SystemException { get; set; }
member this.SystemException : Exception with get, set
Public Property SystemException As Exception

Property Value

The most recent exception that was encountered during the associated test run or test.

Applies to