NativeActivityAbortContext.Reason プロパティ

定義

アクティビティが中止される理由を含む Exception を取得します。

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

プロパティ値

アクティビティが中止される理由を含む例外。

適用対象