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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET