Aracılığıyla paylaş


TestCommandResult.Exception Property

Definition

This property contains an exception representing the reason a test command faulted. It is not valid unless the corresponding TestCommandProgressState is Faulted.

public Exception Exception { get; }
member this.Exception : Exception
Public ReadOnly Property Exception As Exception

Property Value

The Exception object.

Applies to