Propriété OperationResponse.Error
Obtient l'erreur résultant de l'opération.
Espace de noms : System.Data.Services.Client
Assembly : Microsoft.Data.Services.Client (en Microsoft.Data.Services.Client.dll)
Syntaxe
'Déclaration
Public Property Error As Exception
Get
Set
'Utilisation
Dim instance As OperationResponse
Dim value As Exception
value = instance.Error
instance.Error = value
public Exception Error { get; set; }
public:
property Exception^ Error {
Exception^ get ();
void set (Exception^ value);
}
member Error : Exception with get, set
function get Error () : Exception
function set Error (value : Exception)
Valeur de propriété
Type : System.Exception
Objet Exception qui contient l'erreur.
Notes
Cette propriété est null si aucune erreur n'est trouvée.