ConnectionResetException Konstruktory

Definicja

Przeciążenia

ConnectionResetException(String)

Inicjuje nowe wystąpienie klasy ConnectionResetException.

ConnectionResetException(String, Exception)

Inicjuje nowe wystąpienie klasy ConnectionResetException.

ConnectionResetException(String)

Źródło:
ConnectionResetException.cs
Źródło:
ConnectionResetException.cs
Źródło:
ConnectionResetException.cs
Źródło:
ConnectionResetException.cs
Źródło:
ConnectionResetException.cs
Źródło:
ConnectionResetException.cs
Źródło:
ConnectionResetException.cs
Źródło:
ConnectionResetException.cs

Inicjuje nowe wystąpienie klasy ConnectionResetException.

public:
 ConnectionResetException(System::String ^ message);
public ConnectionResetException (string message);
new Microsoft.AspNetCore.Connections.ConnectionResetException : string -> Microsoft.AspNetCore.Connections.ConnectionResetException
Public Sub New (message As String)

Parametry

message
String

Komunikat wyjątku.

Dotyczy

ConnectionResetException(String, Exception)

Źródło:
ConnectionResetException.cs
Źródło:
ConnectionResetException.cs
Źródło:
ConnectionResetException.cs
Źródło:
ConnectionResetException.cs
Źródło:
ConnectionResetException.cs
Źródło:
ConnectionResetException.cs
Źródło:
ConnectionResetException.cs
Źródło:
ConnectionResetException.cs

Inicjuje nowe wystąpienie klasy ConnectionResetException.

public:
 ConnectionResetException(System::String ^ message, Exception ^ inner);
public ConnectionResetException (string message, Exception inner);
new Microsoft.AspNetCore.Connections.ConnectionResetException : string * Exception -> Microsoft.AspNetCore.Connections.ConnectionResetException
Public Sub New (message As String, inner As Exception)

Parametry

message
String

Komunikat wyjątku.

inner
Exception

ExceptionPodstawowy element .

Dotyczy