DataShareErrorInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET