共用方式為


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

屬性

備註

方法屬於遠程物件。

適用於