OperationResponse.Error Propriedade
Definição
Obtém o erro gerado pela operação.Gets error thrown by the operation.
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 da propriedade
Um Exception objeto que contém o erro.An Exception object that contains the error.
Comentários
Essa propriedade será nula se nenhum erro for encontrado.This property is null if no errors are found.