Freigeben über


BatchError Konstruktoren

Definition

Überlädt

BatchError()

Initialisiert eine neue instance der BatchError-Klasse.

BatchError(String, ErrorMessage, IList<BatchErrorDetail>)

Initialisiert eine neue instance der BatchError-Klasse.

BatchError()

Quelle:
BatchError.cs

Initialisiert eine neue instance der BatchError-Klasse.

public BatchError ();
Public Sub New ()

Gilt für:

BatchError(String, ErrorMessage, IList<BatchErrorDetail>)

Quelle:
BatchError.cs

Initialisiert eine neue instance der BatchError-Klasse.

public BatchError (string code = default, Microsoft.Azure.Batch.Protocol.Models.ErrorMessage message = default, System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.BatchErrorDetail> values = default);
new Microsoft.Azure.Batch.Protocol.Models.BatchError : string * Microsoft.Azure.Batch.Protocol.Models.ErrorMessage * System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.BatchErrorDetail> -> Microsoft.Azure.Batch.Protocol.Models.BatchError
Public Sub New (Optional code As String = Nothing, Optional message As ErrorMessage = Nothing, Optional values As IList(Of BatchErrorDetail) = Nothing)

Parameter

code
String

Ein Bezeichner für den Fehler. Codes sind unveränderlich und sollten programmgesteuert verwendet werden.

message
ErrorMessage

Eine Meldung, die den Fehler beschreibt, die für die Anzeige in einer Benutzeroberfläche geeignet sein soll.

values
IList<BatchErrorDetail>

Eine Auflistung von Schlüssel-Wert-Paaren mit zusätzlichen Details zum Fehler.

Gilt für: