Error Class

 

Represents the error.

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

Inheritance Hierarchy

System.Object
  Microsoft.Azure.KeyVault.Error

Syntax

[JsonObjectAttribute]
public class Error
[JsonObjectAttribute]
public ref class Error 
[<JsonObjectAttribute>]
type Error = class end
<JsonObjectAttribute>
Public Class Error

Constructors

Name Description
System_CAPS_pubmethod Error()

Initializes a new instance of the Error class.

Properties

Name Description
System_CAPS_pubproperty AdditionalInfo

Gets or sets the additional error information.

System_CAPS_pubproperty Code

Gets or sets the error code.

System_CAPS_pubproperty Message

Gets or sets the error message.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Azure.KeyVault Namespace

Return to top