Share via


MethodReturnMessageWrapper.Exception Proprietà

Definizione

Ottiene l'eccezione generata durante la chiamata al metodo oppure il valore null se il metodo non ha generato un'eccezione.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Valore della proprietà

Eccezione Exception generata durante la chiamata al metodo oppure valore null se il metodo non ha generato un'eccezione.

Attributi

Commenti

Il metodo appartiene a un oggetto remoto.

Si applica a