Freigeben über


DeploymentScriptsErrorException Konstruktoren

Definition

Überlädt

DeploymentScriptsErrorException()

Initialisiert eine neue instance der DeploymentScriptsErrorException-Klasse.

DeploymentScriptsErrorException(String)

Initialisiert eine neue instance der DeploymentScriptsErrorException-Klasse.

DeploymentScriptsErrorException(String, Exception)

Initialisiert eine neue instance der DeploymentScriptsErrorException-Klasse.

DeploymentScriptsErrorException()

Initialisiert eine neue instance der DeploymentScriptsErrorException-Klasse.

public DeploymentScriptsErrorException ();
Public Sub New ()

Gilt für:

DeploymentScriptsErrorException(String)

Initialisiert eine neue instance der DeploymentScriptsErrorException-Klasse.

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

Parameter

message
String

Die Ausnahmemeldung.

Gilt für:

DeploymentScriptsErrorException(String, Exception)

Initialisiert eine neue instance der DeploymentScriptsErrorException-Klasse.

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)

Parameter

message
String

Die Ausnahmemeldung.

innerException
Exception

Innere Ausnahme.

Gilt für: