Udostępnij przez


TransportDisconnectedException Konstruktory

Definicja

Przeciążenia

TransportDisconnectedException()

Inicjuje nowe wystąpienie klasy TransportDisconnectedException.

TransportDisconnectedException(String)

Inicjuje nowe wystąpienie klasy TransportDisconnectedException.

TransportDisconnectedException(String, Exception)

Inicjuje nowe wystąpienie klasy TransportDisconnectedException.

TransportDisconnectedException()

Źródło:
TransportDisconnectedException.cs

Inicjuje nowe wystąpienie klasy TransportDisconnectedException.

public TransportDisconnectedException();
Public Sub New ()

Dotyczy

TransportDisconnectedException(String)

Źródło:
TransportDisconnectedException.cs

Inicjuje nowe wystąpienie klasy TransportDisconnectedException.

public TransportDisconnectedException(string message);
new Microsoft.Bot.Streaming.PayloadTransport.TransportDisconnectedException : string -> Microsoft.Bot.Streaming.PayloadTransport.TransportDisconnectedException
Public Sub New (message As String)

Parametry

message
String

Komunikat opisujący przyczynę wyjątku.

Dotyczy

TransportDisconnectedException(String, Exception)

Źródło:
TransportDisconnectedException.cs

Inicjuje nowe wystąpienie klasy TransportDisconnectedException.

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

Parametry

message
String

Komunikat opisujący przyczynę wyjątku.

innerException
Exception

Odwołanie do wyjątku wewnętrznego, który spowodował ten wyjątek wyjątku.

Dotyczy