MethodReturnMessageWrapper.Exception プロパティ

定義

メソッド呼び出し中にスローされた例外を取得するか、メソッドが例外をスローしなかった場合に null します。

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

public:
 virtual property Exception ^ Exception { Exception ^ get(); void set(Exception ^ value); };
public virtual Exception Exception { get; set; }
public virtual Exception Exception { [System.Security.SecurityCritical] get; set; }
member this.Exception : Exception with get, set
[<get: System.Security.SecurityCritical>]
member this.Exception : Exception with get, set
Public Overridable Property Exception As Exception

プロパティ値

Exceptionメソッド呼び出し中にスローされるか、メソッドが例外をスローしなかった場合にnullされます。

属性

注釈

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

適用対象