Sdílet prostřednictvím


ConnectionResetException Konstruktory

Definice

Přetížení

ConnectionResetException(String)

Inicializuje novou instanci .ConnectionResetException

ConnectionResetException(String, Exception)

Inicializuje novou instanci .ConnectionResetException

ConnectionResetException(String)

Zdroj:
ConnectionResetException.cs
Zdroj:
ConnectionResetException.cs
Zdroj:
ConnectionResetException.cs
Zdroj:
ConnectionResetException.cs
Zdroj:
ConnectionResetException.cs
Zdroj:
ConnectionResetException.cs
Zdroj:
ConnectionResetException.cs
Zdroj:
ConnectionResetException.cs
Zdroj:
ConnectionResetException.cs

Inicializuje novou instanci .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

Zpráva výjimky

Platí pro

ConnectionResetException(String, Exception)

Zdroj:
ConnectionResetException.cs
Zdroj:
ConnectionResetException.cs
Zdroj:
ConnectionResetException.cs
Zdroj:
ConnectionResetException.cs
Zdroj:
ConnectionResetException.cs
Zdroj:
ConnectionResetException.cs
Zdroj:
ConnectionResetException.cs
Zdroj:
ConnectionResetException.cs
Zdroj:
ConnectionResetException.cs

Inicializuje novou instanci .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

Zpráva výjimky

inner
Exception

Základní Exception.

Platí pro