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されます。

実装

属性

注釈

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

適用対象