次の方法で共有


TestCommandResult.Exception プロパティ

定義

このプロパティには、テスト コマンドでエラーが発生した理由を表す例外が含まれています。 対応する TestCommandProgressState が Faulted でない限り、有効ではありません。

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

プロパティ値

Exception オブジェクト。

適用対象