Share via


KeyVaultClientException.Error Property

 

Gets or sets the error object returned by the service.

Namespace:   Microsoft.Azure.KeyVault
Assembly:  Microsoft.Azure.KeyVault (in Microsoft.Azure.KeyVault.dll)

Syntax

public Error Error { get; private set; }
public:
property Error^ Error {
    Error^ get();
    private: void set(Error^ value);
}
member Error : Error with get, private set
Public Property Error As Error
    Get
    Private Set
End Property

Property Value

Type: Microsoft.Azure.KeyVault.Error

The error object returned by the service.

See Also

KeyVaultClientException Class
Microsoft.Azure.KeyVault Namespace

Return to top