ConnectionResetException Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
- Ź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
- Ź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.