MethodReturnMessageWrapper.Exception 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在方法呼叫時會拋出例外,或 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 當方法未拋出例外時。
- 屬性
備註
該方法屬於遠端物件。