다음을 통해 공유


ConnectionAbortedException 클래스

정의

서버에서 연결을 중단할 때 throw되는 예외입니다.

public ref class ConnectionAbortedException : OperationCanceledException
public class ConnectionAbortedException : OperationCanceledException
type ConnectionAbortedException = class
    inherit OperationCanceledException
Public Class ConnectionAbortedException
Inherits OperationCanceledException
상속
ConnectionAbortedException

생성자

ConnectionAbortedException()

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

ConnectionAbortedException(String)

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

ConnectionAbortedException(String, Exception)

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

적용 대상