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