ExceptionResponseException 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
ExceptionResponseException() |
Initialisiert eine neue instance der ExceptionResponseException-Klasse. |
ExceptionResponseException(String) |
Initialisiert eine neue instance der ExceptionResponseException-Klasse. |
ExceptionResponseException(String, Exception) |
Initialisiert eine neue instance der ExceptionResponseException-Klasse. |
ExceptionResponseException()
Initialisiert eine neue instance der ExceptionResponseException-Klasse.
public ExceptionResponseException ();
Public Sub New ()
Gilt für:
ExceptionResponseException(String)
Initialisiert eine neue instance der ExceptionResponseException-Klasse.
public ExceptionResponseException (string message);
new Microsoft.Azure.Management.Support.Models.ExceptionResponseException : string -> Microsoft.Azure.Management.Support.Models.ExceptionResponseException
Public Sub New (message As String)
Parameter
- message
- String
Die Ausnahmemeldung.
Gilt für:
ExceptionResponseException(String, Exception)
Initialisiert eine neue instance der ExceptionResponseException-Klasse.
public ExceptionResponseException (string message, Exception innerException);
new Microsoft.Azure.Management.Support.Models.ExceptionResponseException : string * Exception -> Microsoft.Azure.Management.Support.Models.ExceptionResponseException
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