ErrorResponseException Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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