Dela via


ErrorResponseException Konstruktorer

Definition

Ö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

Gäller för