ConnectionResetException 클래스

정의

연결이 다시 설정되면 throw되는 예외입니다.

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)

ConnectionResetException의 새 인스턴스를 초기화합니다.

ConnectionResetException(String, Exception)

ConnectionResetException의 새 인스턴스를 초기화합니다.

적용 대상