共用方式為


DataShareErrorInfo Constructors

Definition

Overloads

DataShareErrorInfo()

Initializes a new instance of the DataShareErrorInfo class.

DataShareErrorInfo(String, String, IList<DataShareErrorInfo>, String)

Initializes a new instance of the DataShareErrorInfo class.

DataShareErrorInfo()

Initializes a new instance of the DataShareErrorInfo class.

public DataShareErrorInfo ();
Public Sub New ()

Applies to

DataShareErrorInfo(String, String, IList<DataShareErrorInfo>, String)

Initializes a new instance of the DataShareErrorInfo class.

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

Parameters

code
String

Code of the error

message
String

Message of the error

details
IList<DataShareErrorInfo>

Nested details of the error model

target
String

Target of the error

Applies to