MethodResponse.Exception Proprietà

Definizione

Ottiene l'eccezione generata durante la chiamata al metodo o 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:
 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

Valore della proprietà

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

Implementazioni

Attributi

Commenti

Il metodo appartiene a un oggetto remoto.

Si applica a