Sdílet prostřednictvím


ErrorResponseException Konstruktory

Definice

Přetížení

ErrorResponseException()

Inicializuje novou instanci ErrorResponseException třídy.

ErrorResponseException(String)

Inicializuje novou instanci ErrorResponseException třídy.

ErrorResponseException(String, Exception)

Inicializuje novou instanci ErrorResponseException třídy.

ErrorResponseException()

Inicializuje novou instanci ErrorResponseException třídy.

public ErrorResponseException ();
Public Sub New ()

Platí pro

ErrorResponseException(String)

Inicializuje novou instanci ErrorResponseException třídy.

public ErrorResponseException (string message);
new Microsoft.Bot.Schema.ErrorResponseException : string -> Microsoft.Bot.Schema.ErrorResponseException
Public Sub New (message As String)

Parametry

message
String

Zpráva výjimky

Platí pro

ErrorResponseException(String, Exception)

Inicializuje novou instanci ErrorResponseException třídy.

public ErrorResponseException (string message, Exception innerException);
new Microsoft.Bot.Schema.ErrorResponseException : string * Exception -> Microsoft.Bot.Schema.ErrorResponseException
Public Sub New (message As String, innerException As Exception)

Parametry

message
String

Zpráva výjimky

innerException
Exception

Vnitřní výjimka.

Platí pro