ServiceError Constructors

Definition

Overloads

ServiceError()

Initializes a new instance of the ServiceError class.

ServiceError(String, String, IList<ServiceErrorDetail>)

Initializes a new instance of the ServiceError class.

ServiceError()

Initializes a new instance of the ServiceError class.

public ServiceError ();

Applies to

Azure SDK for .NET Legacy
Product Versions
Azure SDK for .NET Legacy

ServiceError(String, String, IList<ServiceErrorDetail>)

Initializes a new instance of the ServiceError class.

public ServiceError (string code = default, string message = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.ServiceErrorDetail> details = default);

Parameters

code
String

The error code.

message
String

The error message text.

details
IList<ServiceErrorDetail>

The list of error details.

Applies to

Azure SDK for .NET Legacy
Product Versions
Azure SDK for .NET Legacy