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