次の方法で共有


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

適用対象