ErrorEntity 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
ErrorEntity() |
Initializes a new instance of the ErrorEntity class. |
ErrorEntity(String, String, IList<String>, IList<ErrorEntity>, IList<ErrorEntity>, String, String, String) |
Initializes a new instance of the ErrorEntity class. |
ErrorEntity()
Initializes a new instance of the ErrorEntity class.
public ErrorEntity ();
Public Sub New ()
Applies to
ErrorEntity(String, String, IList<String>, IList<ErrorEntity>, IList<ErrorEntity>, String, String, String)
Initializes a new instance of the ErrorEntity class.
public ErrorEntity (string extendedCode = default, string messageTemplate = default, System.Collections.Generic.IList<string> parameters = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.ErrorEntity> innerErrors = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.ErrorEntity> details = default, string target = default, string code = default, string message = default);
new Microsoft.Azure.Management.WebSites.Models.ErrorEntity : string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.ErrorEntity> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.ErrorEntity> * string * string * string -> Microsoft.Azure.Management.WebSites.Models.ErrorEntity
Public Sub New (Optional extendedCode As String = Nothing, Optional messageTemplate As String = Nothing, Optional parameters As IList(Of String) = Nothing, Optional innerErrors As IList(Of ErrorEntity) = Nothing, Optional details As IList(Of ErrorEntity) = Nothing, Optional target As String = Nothing, Optional code As String = Nothing, Optional message As String = Nothing)
Parameters
- extendedCode
- String
Type of error.
- messageTemplate
- String
Message template.
- innerErrors
- IList<ErrorEntity>
Inner errors.
- details
- IList<ErrorEntity>
Error Details.
- target
- String
The error target.
- code
- String
Basic error code.
- message
- String
Any details of the error.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET