ErrorDetail 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
ErrorDetail() |
Initializes a new instance of the ErrorDetail class. |
ErrorDetail(String, String, String, IList<ErrorDetail>, IList<ErrorAdditionalInfo>) |
Initializes a new instance of the ErrorDetail class. |
ErrorDetail()
Initializes a new instance of the ErrorDetail class.
public ErrorDetail ();
Public Sub New ()
Applies to
ErrorDetail(String, String, String, IList<ErrorDetail>, IList<ErrorAdditionalInfo>)
Initializes a new instance of the ErrorDetail class.
public ErrorDetail (string code = default, string message = default, string target = default, System.Collections.Generic.IList<Microsoft.Azure.Management.CognitiveServices.Models.ErrorDetail> details = default, System.Collections.Generic.IList<Microsoft.Azure.Management.CognitiveServices.Models.ErrorAdditionalInfo> additionalInfo = default);
new Microsoft.Azure.Management.CognitiveServices.Models.ErrorDetail : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.CognitiveServices.Models.ErrorDetail> * System.Collections.Generic.IList<Microsoft.Azure.Management.CognitiveServices.Models.ErrorAdditionalInfo> -> Microsoft.Azure.Management.CognitiveServices.Models.ErrorDetail
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing, Optional target As String = Nothing, Optional details As IList(Of ErrorDetail) = Nothing, Optional additionalInfo As IList(Of ErrorAdditionalInfo) = Nothing)
Parameters
- code
- String
The error code.
- message
- String
The error message.
- target
- String
The error target.
- details
- IList<ErrorDetail>
The error details.
- additionalInfo
- IList<ErrorAdditionalInfo>
The error additional info.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET