Partager via


DeploymentScriptsErrorException Constructeurs

Définition

Surcharges

DeploymentScriptsErrorException()

Initialise une nouvelle instance de la classe DeploymentScriptsErrorException.

DeploymentScriptsErrorException(String)

Initialise une nouvelle instance de la classe DeploymentScriptsErrorException.

DeploymentScriptsErrorException(String, Exception)

Initialise une nouvelle instance de la classe DeploymentScriptsErrorException.

DeploymentScriptsErrorException()

Initialise une nouvelle instance de la classe DeploymentScriptsErrorException.

public DeploymentScriptsErrorException ();
Public Sub New ()

S’applique à

DeploymentScriptsErrorException(String)

Initialise une nouvelle instance de la 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)

Paramètres

message
String

Message d'exception.

S’applique à

DeploymentScriptsErrorException(String, Exception)

Initialise une nouvelle instance de la 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)

Paramètres

message
String

Message d'exception.

innerException
Exception

Exception interne.

S’applique à