ErrorResponseException Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
ErrorResponseException() | |
ErrorResponseException(String) | |
ErrorResponseException(String, Exception) |
ErrorResponseException()
public ErrorResponseException ();
Public Sub New ()
Dotyczy
ErrorResponseException(String)
public ErrorResponseException (string message);
new Microsoft.Bot.Connector.ErrorResponseException : string -> Microsoft.Bot.Connector.ErrorResponseException
Public Sub New (message As String)
Parametry
- message
- String
Dotyczy
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)
Parametry
- message
- String
- innerException
- Exception