Freigeben über


BatchErrorException Konstruktoren

Definition

Ü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: