ServiceError 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
ServiceError() |
Initializes a new instance of the ServiceError class. |
ServiceError(String, String, IList<ServiceErrorDetail>) |
Initializes a new instance of the ServiceError class. |
ServiceError()
Initializes a new instance of the ServiceError class.
public ServiceError ();
Public Sub New ()
Applies to
ServiceError(String, String, IList<ServiceErrorDetail>)
Initializes a new instance of the ServiceError class.
public ServiceError (string code = default, string message = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Quota.Models.ServiceErrorDetail> details = default);
new Microsoft.Azure.Management.Quota.Models.ServiceError : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Quota.Models.ServiceErrorDetail> -> Microsoft.Azure.Management.Quota.Models.ServiceError
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing, Optional details As IList(Of ServiceErrorDetail) = Nothing)
Parameters
- code
- String
Error code.
- message
- String
Error message.
- details
- IList<ServiceErrorDetail>
List of error details.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET