ConnectionResetException Konstruktoren

Definition

Überlädt

ConnectionResetException(String)

Initialisiert eine neue Instanz von ConnectionResetException.

ConnectionResetException(String, Exception)

Initialisiert eine neue Instanz von ConnectionResetException.

ConnectionResetException(String)

Quelle:
ConnectionResetException.cs
Quelle:
ConnectionResetException.cs
Quelle:
ConnectionResetException.cs
Quelle:
ConnectionResetException.cs
Quelle:
ConnectionResetException.cs
Quelle:
ConnectionResetException.cs
Quelle:
ConnectionResetException.cs
Quelle:
ConnectionResetException.cs
Quelle:
ConnectionResetException.cs

Initialisiert eine neue Instanz von 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)

Parameter

message
String

Die Ausnahmemeldung.

Gilt für:

ConnectionResetException(String, Exception)

Quelle:
ConnectionResetException.cs
Quelle:
ConnectionResetException.cs
Quelle:
ConnectionResetException.cs
Quelle:
ConnectionResetException.cs
Quelle:
ConnectionResetException.cs
Quelle:
ConnectionResetException.cs
Quelle:
ConnectionResetException.cs
Quelle:
ConnectionResetException.cs
Quelle:
ConnectionResetException.cs

Initialisiert eine neue Instanz von 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)

Parameter

message
String

Die Ausnahmemeldung.

inner
Exception

Der zugrundeliegende Exception.

Gilt für: