Share via


NativeActivityAbortContext.Reason プロパティ

定義

アクティビティ中止の理由を含む Exception を取得します。

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

プロパティ値

アクティビティ中止の理由を含む例外。

適用対象