ErrorResponseException Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
ErrorResponseException() | |
ErrorResponseException(String) | |
ErrorResponseException(String, Exception) |
ErrorResponseException()
public ErrorResponseException ();
Public Sub New ()
Van toepassing op
ErrorResponseException(String)
public ErrorResponseException (string message);
new Microsoft.Bot.Connector.ErrorResponseException : string -> Microsoft.Bot.Connector.ErrorResponseException
Public Sub New (message As String)
Parameters
- message
- String
Van toepassing op
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)
Parameters
- message
- String
- innerException
- Exception