MethodResponse.Exception Egenskap
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
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.