Freigeben über


BatchException(RequestInformation, String, Exception) Konstruktor

Definition

Initialisiert mit den angegebenen Parametern eine neue Instanz der BatchException-Klasse.

public BatchException(Microsoft.Azure.Batch.Common.RequestInformation requestInformation, string message, Exception inner);
new Microsoft.Azure.Batch.Common.BatchException : Microsoft.Azure.Batch.Common.RequestInformation * string * Exception -> Microsoft.Azure.Batch.Common.BatchException
Public Sub New (requestInformation As RequestInformation, message As String, inner As Exception)

Parameter

requestInformation
RequestInformation

Ein RequestInformation -Objekt, das Details zur Anforderung enthält.

message
String

Die Ausnahmemeldung.

inner
Exception

Die innere Ausnahme.

Gilt für: