Compartilhar via


DeploymentScriptsErrorException Construtores

Definição

Sobrecargas

DeploymentScriptsErrorException()

Inicializa uma nova instância da classe DeploymentScriptsErrorException.

DeploymentScriptsErrorException(String)

Inicializa uma nova instância da classe DeploymentScriptsErrorException.

DeploymentScriptsErrorException(String, Exception)

Inicializa uma nova instância da classe DeploymentScriptsErrorException.

DeploymentScriptsErrorException()

Inicializa uma nova instância da classe DeploymentScriptsErrorException.

public DeploymentScriptsErrorException ();
Public Sub New ()

Aplica-se a

DeploymentScriptsErrorException(String)

Inicializa uma nova instância da classe DeploymentScriptsErrorException.

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

Parâmetros

message
String

A mensagem de exceção.

Aplica-se a

DeploymentScriptsErrorException(String, Exception)

Inicializa uma nova instância da classe DeploymentScriptsErrorException.

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

Parâmetros

message
String

A mensagem de exceção.

innerException
Exception

Exceção interna.

Aplica-se a