OperationResponse.Error Proprietà

Definizione

Ottiene l'errore generato dall'operazione.

public:
 property Exception ^ Error { Exception ^ get(); void set(Exception ^ value); };
public Exception Error { get; set; }
member this.Error : Exception with get, set
Public Property Error As Exception

Valore della proprietà

Oggetto Exception contenente l'errore.

Commenti

Questa proprietà è null se non vengono rilevati errori.

Si applica a