ErrorDetail Class

Describes an error encountered during the execution of a task.

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.MediaServices.Client.ErrorDetail

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
Public Class ErrorDetail
'Usage
Dim instance As ErrorDetail
public class ErrorDetail
public ref class ErrorDetail
type ErrorDetail =  class end
public class ErrorDetail

The ErrorDetail type exposes the following members.

Constructors

  Name Description
Public method ErrorDetail Initializes a new instance of the ErrorDetail class.

Top

Properties

  Name Description
Public property Code Gets or sets the error code.
Public property Message Gets or sets the error message.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

Reference

Microsoft.WindowsAzure.MediaServices.Client Namespace