DeploymentScriptsErrorException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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:
Azure SDK for .NET