Udostępnij za pośrednictwem


ThrottleException Konstruktory

Definicja

Przeciążenia

ThrottleException()

Inicjuje nowe wystąpienie klasy ThrottleException.

ThrottleException(String)

Inicjuje ThrottleException nowe wystąpienie klasy z komunikatem o wyjątku.

ThrottleException(String, Exception)

Inicjuje nowe wystąpienie klasy z komunikatem o wyjątku ThrottleException i wyjątkiem wewnętrznym.

ThrottleException()

Inicjuje nowe wystąpienie klasy ThrottleException.

public ThrottleException ();
Public Sub New ()

Dotyczy

ThrottleException(String)

Inicjuje ThrottleException nowe wystąpienie klasy z komunikatem o wyjątku.

public ThrottleException (string message);
new Microsoft.Bot.Connector.Authentication.ThrottleException : string -> Microsoft.Bot.Connector.Authentication.ThrottleException
Public Sub New (message As String)

Parametry

message
String

Komunikat wyjątku.

Dotyczy

ThrottleException(String, Exception)

Inicjuje nowe wystąpienie klasy z komunikatem o wyjątku ThrottleException i wyjątkiem wewnętrznym.

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

Parametry

message
String

Komunikat wyjątku.

innerException
Exception

Wyjątek wewnętrzny.

Dotyczy