ConnectionResetException クラス

定義

接続がリセットされたときにスローされる例外。

public ref class ConnectionResetException : System::IO::IOException
public class ConnectionResetException : System.IO.IOException
type ConnectionResetException = class
    inherit IOException
Public Class ConnectionResetException
Inherits IOException
継承
ConnectionResetException

コンストラクター

ConnectionResetException(String, Exception)

ConnectionResetException の新しいインスタンスを初期化します。

ConnectionResetException(String)

ConnectionResetException の新しいインスタンスを初期化します。

適用対象