Share via


RunInfo.Exception Property

Definition

Gets the Exception, if any, that resulted from the test run.

public:
 property Exception ^ Exception { Exception ^ get(); };
public Exception Exception { get; }
member this.Exception : Exception
Public ReadOnly Property Exception As Exception

Property Value

An Exception or null.

Applies to