Поделиться через


ConnectionResetException Конструкторы

Определение

Перегрузки

ConnectionResetException(String)

Инициализирует новый экземпляр ConnectionResetException.

ConnectionResetException(String, Exception)

Инициализирует новый экземпляр ConnectionResetException.

ConnectionResetException(String)

Исходный код:
ConnectionResetException.cs
Исходный код:
ConnectionResetException.cs
Исходный код:
ConnectionResetException.cs
Исходный код:
ConnectionResetException.cs
Исходный код:
ConnectionResetException.cs
Исходный код:
ConnectionResetException.cs
Исходный код:
ConnectionResetException.cs
Исходный код:
ConnectionResetException.cs
Исходный код:
ConnectionResetException.cs

Инициализирует новый экземпляр 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)

Параметры

message
String

Сообщение об исключении.

Применяется к

ConnectionResetException(String, Exception)

Исходный код:
ConnectionResetException.cs
Исходный код:
ConnectionResetException.cs
Исходный код:
ConnectionResetException.cs
Исходный код:
ConnectionResetException.cs
Исходный код:
ConnectionResetException.cs
Исходный код:
ConnectionResetException.cs
Исходный код:
ConnectionResetException.cs
Исходный код:
ConnectionResetException.cs
Исходный код:
ConnectionResetException.cs

Инициализирует новый экземпляр 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)

Параметры

message
String

Сообщение об исключении.

inner
Exception

Базовый объект Exception.

Применяется к