Share via


Error Class

 

The error details for operations that failed

Namespace:   Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Scheduler.Models.Error

Syntax

public class Error
public ref class Error 
type Error = class end
Public Class Error

Constructors

Name Description
System_CAPS_pubmethod Error()

Initializes a new instance of the Error class.

Properties

Name Description
System_CAPS_pubproperty ExtendedCode

Optional. The extended code, if any.

System_CAPS_pubproperty HttpCode

Optional. The Http Code returned.

System_CAPS_pubproperty Message

Optional. 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.WindowsAzure.Management.Scheduler.Models Namespace

Return to top