BatchManagementError Constructor

 

Namespace:   Microsoft.Azure.Management.Batch.Models
Assembly:  Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)

Overload List

Name Description
System_CAPS_pubmethod BatchManagementError()

Initializes a new instance of the BatchManagementError class.

System_CAPS_pubmethod BatchManagementError(String, String)

Initializes a new instance of the BatchManagementError class with required arguments.

See Also

BatchManagementError Class
Microsoft.Azure.Management.Batch.Models Namespace

Return to top

BatchManagementError Constructor ()

Initializes a new instance of the BatchManagementError class.

Syntax

public BatchManagementError()
public:
BatchManagementError()
new : unit -> BatchManagementError
Public Sub New

Return to top

BatchManagementError Constructor (String, String)

Initializes a new instance of the BatchManagementError class with required arguments.

Syntax

public BatchManagementError(
    string code,
    string message
)
public:
BatchManagementError(
    String^ code,
    String^ message
)
new : 
        code:string *
        message:string -> BatchManagementError
Public Sub New (
    code As String,
    message As String
)

Parameters

Return to top