ServerErrorException 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
ServerErrorException() |
Initialise une nouvelle instance de la classe. |
ServerErrorException(String) |
Initialise une nouvelle instance de la classe. |
ServerErrorException(String, Exception) |
Initialise une nouvelle instance de la classe. |
ServerErrorException()
Initialise une nouvelle instance de la classe.
public ServerErrorException ();
Public Sub New ()
S’applique à
ServerErrorException(String)
Initialise une nouvelle instance de la classe.
public ServerErrorException (string message);
new Microsoft.Azure.Devices.Client.Exceptions.ServerErrorException : string -> Microsoft.Azure.Devices.Client.Exceptions.ServerErrorException
Public Sub New (message As String)
Paramètres
- message
- String
Message d’erreur.
S’applique à
ServerErrorException(String, Exception)
Initialise une nouvelle instance de la classe.
public ServerErrorException (string message, Exception innerException);
new Microsoft.Azure.Devices.Client.Exceptions.ServerErrorException : string * Exception -> Microsoft.Azure.Devices.Client.Exceptions.ServerErrorException
Public Sub New (message As String, innerException As Exception)
Paramètres
- message
- String
Message d’erreur.
- innerException
- Exception
Instance d'exception qui a provoqué l'exception actuelle.
S’applique à
Azure SDK for .NET