InnerError Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
InnerError() |
Initialise une nouvelle instance de la classe InnerError. |
InnerError(String, String) |
Initialise une nouvelle instance de la classe InnerError. |
InnerError()
Initialise une nouvelle instance de la classe InnerError.
public InnerError ();
Public Sub New ()
S’applique à
InnerError(String, String)
Initialise une nouvelle instance de la classe InnerError.
public InnerError (string exceptiontype = default, string errordetail = default);
new Microsoft.Azure.Management.Compute.Models.InnerError : string * string -> Microsoft.Azure.Management.Compute.Models.InnerError
Public Sub New (Optional exceptiontype As String = Nothing, Optional errordetail As String = Nothing)
Paramètres
- exceptiontype
- String
Type d'exception.
- errordetail
- String
Message d’erreur interne ou vidage d’exception.
S’applique à
Azure SDK for .NET