Partager via


ServiceError Constructeurs

Définition

Surcharges

ServiceError()

Initialise une nouvelle instance de la classe ServiceError.

ServiceError(String, String, IList<ServiceErrorDetail>)

Initialise une nouvelle instance de la classe ServiceError.

ServiceError()

Initialise une nouvelle instance de la classe ServiceError.

public ServiceError ();
Public Sub New ()

S’applique à

ServiceError(String, String, IList<ServiceErrorDetail>)

Initialise une nouvelle instance de la classe ServiceError.

public ServiceError (string code = default, string message = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.ServiceErrorDetail> details = default);
new Microsoft.Azure.Management.Reservations.Models.ServiceError : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.ServiceErrorDetail> -> Microsoft.Azure.Management.Reservations.Models.ServiceError
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing, Optional details As IList(Of ServiceErrorDetail) = Nothing)

Paramètres

code
String

Code d'erreur.

message
String

Texte du message d'erreur.

details
IList<ServiceErrorDetail>

Liste des détails de l’erreur.

S’applique à