ErrorResponseException Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
ErrorResponseException() | |
ErrorResponseException(String) | |
ErrorResponseException(String, Exception) |
ErrorResponseException()
public ErrorResponseException ();
Public Sub New ()
Gäller för
ErrorResponseException(String)
public ErrorResponseException (string message);
new Microsoft.Bot.Connector.ErrorResponseException : string -> Microsoft.Bot.Connector.ErrorResponseException
Public Sub New (message As String)
Parametrar
- message
- String
Gäller för
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)
Parametrar
- message
- String
- innerException
- Exception