MethodResponse.Exception プロパティ

定義

メソッド呼び出しの際にスローされた例外を取得します。メソッドが例外をスローしなかった場合は null となります。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 property Exception ^ Exception { Exception ^ get(); };
public Exception Exception { get; }
public Exception Exception { [System.Security.SecurityCritical] get; }
member this.Exception : Exception
[<get: System.Security.SecurityCritical>]
member this.Exception : Exception
Public ReadOnly Property Exception As Exception

プロパティ値

メソッド呼び出し時にスローされた Exception。メソッドが例外をスローしなかった場合は null

実装

属性

注釈

メソッドはリモート オブジェクトに属しています。

適用対象