ErrorEntity Constructors
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.
ErrorEntity() |
Initializes a new instance of the ErrorEntity class. |
ErrorEntity(String, String, IList<String>, IList<ErrorEntity>, String, String) |
Initializes a new instance of the ErrorEntity class. |
Initializes a new instance of the ErrorEntity class.
public ErrorEntity ();
Public Sub New ()
Applies to
Azure SDK for .NET Legacy
Produto | Versões |
---|---|
Azure SDK for .NET | Legacy |
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.AppService.Fluent.Models.ErrorEntity> innerErrors = default, string code = default, string message = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.ErrorEntity : string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.ErrorEntity> * string * string -> Microsoft.Azure.Management.AppService.Fluent.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 code As String = Nothing, Optional message As String = Nothing)
Parameters
- extendedCode
- String
Type of error.
- messageTemplate
- String
Message template.
- innerErrors
- IList<ErrorEntity>
Inner errors.
- code
- String
Basic error code.
- message
- String
Any details of the error.
Applies to
Azure SDK for .NET Legacy
Produto | Versões |
---|---|
Azure SDK for .NET | Legacy |
Comentários do Azure SDK for .NET
O Azure SDK for .NET é um projeto código aberto. Selecione um link para fornecer comentários: