OperationResponse.Error Propiedad

Definición

Obtiene el error producido por la operación.

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

Valor de propiedad

Un objeto Exception que contiene el error.

Comentarios

Esta propiedad es NULL si no se encuentra ningún error.

Se aplica a