Condividi tramite


ServiceErrorDetail Constructors

Definition

Overloads

ServiceErrorDetail()

Initializes a new instance of the ServiceErrorDetail class.

ServiceErrorDetail(String, String, String)

Initializes a new instance of the ServiceErrorDetail class.

ServiceErrorDetail()

Initializes a new instance of the ServiceErrorDetail class.

public ServiceErrorDetail ();
Public Sub New ()

Applies to

ServiceErrorDetail(String, String, String)

Initializes a new instance of the ServiceErrorDetail class.

public ServiceErrorDetail (string code = default, string message = default, string target = default);
new Microsoft.Azure.Management.Support.Models.ServiceErrorDetail : string * string * string -> Microsoft.Azure.Management.Support.Models.ServiceErrorDetail
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing, Optional target As String = Nothing)

Parameters

code
String

The error code.

message
String

The error message.

target
String

The target of the error.

Applies to