Share via


DeploymentStacksErrorException Constructors

Definition

Overloads

DeploymentStacksErrorException()

Initializes a new instance of the DeploymentStacksErrorException class.

DeploymentStacksErrorException(String)

Initializes a new instance of the DeploymentStacksError class.

DeploymentStacksErrorException(String, Exception)

Initializes a new instance of the DeploymentStacksError class.

DeploymentStacksErrorException()

Initializes a new instance of the DeploymentStacksErrorException class.

public DeploymentStacksErrorException ();
Public Sub New ()

Applies to

DeploymentStacksErrorException(String)

Initializes a new instance of the DeploymentStacksError class.

public DeploymentStacksErrorException (string message);
new Microsoft.Azure.Management.Resources.Models.DeploymentStacksErrorException : string -> Microsoft.Azure.Management.Resources.Models.DeploymentStacksErrorException
Public Sub New (message As String)

Parameters

message
String

The exception message.

Applies to

DeploymentStacksErrorException(String, Exception)

Initializes a new instance of the DeploymentStacksError class.

public DeploymentStacksErrorException (string message, Exception innerException);
new Microsoft.Azure.Management.Resources.Models.DeploymentStacksErrorException : string * Exception -> Microsoft.Azure.Management.Resources.Models.DeploymentStacksErrorException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String

The exception message.

innerException
Exception

Inner exception.

Applies to