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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET