ErrorResponseException 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
ErrorResponseException() | |
ErrorResponseException(String) | |
ErrorResponseException(String, Exception) |
ErrorResponseException()
public ErrorResponseException ();
Public Sub New ()
S’applique à
ErrorResponseException(String)
public ErrorResponseException (string message);
new Microsoft.Bot.Connector.ErrorResponseException : string -> Microsoft.Bot.Connector.ErrorResponseException
Public Sub New (message As String)
Paramètres
- message
- String
S’applique à
ErrorResponseException(String, Exception)
public ErrorResponseException (string message, Exception innerException);
new Microsoft.Bot.Connector.ErrorResponseException : string * Exception -> Microsoft.Bot.Connector.ErrorResponseException
Public Sub New (message As String, innerException As Exception)
Paramètres
- message
- String
- innerException
- Exception