MethodResponse.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:
 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

Egenskapsvärde

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

Implementeringar

Attribut

Kommentarer

Metoden tillhör ett fjärrobjekt.

Gäller för