MethodReturnMessageWrapper.Exception Egenskap

Definition

Hämtar undantaget som utlöses under metodanropet, eller null om metoden inte utlöste ett undantag.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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

Egenskapsvärde

Utlöses Exception under metodanropet, eller null om metoden inte utlöste ett undantag.

Attribut

Kommentarer

Metoden tillhör ett fjärrobjekt.

Gäller för