ErrorResponseException Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ErrorResponseException() | |
ErrorResponseException(String) | |
ErrorResponseException(String, Exception) |
ErrorResponseException()
public ErrorResponseException ();
Public Sub New ()
Aplica-se a
ErrorResponseException(String)
public ErrorResponseException (string message);
new Microsoft.Bot.Connector.ErrorResponseException : string -> Microsoft.Bot.Connector.ErrorResponseException
Public Sub New (message As String)
Parâmetros
- message
- String
Aplica-se a
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)
Parâmetros
- message
- String
- innerException
- Exception