Sdílet prostřednictvím


ErrorResponseException Konstruktory

Definice

Přetížení

ErrorResponseException()
ErrorResponseException(String)
ErrorResponseException(String, Exception)

ErrorResponseException()

public ErrorResponseException ();
Public Sub New ()

Platí pro

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

Platí pro

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

Platí pro