C# 클래스 WebSocketSharp.WebSocketException

The exception that is thrown when a fatal error occurs in the WebSocket communication.
상속: System.Exception
파일 보기 프로젝트 열기: sta/websocket-sharp

비공개 메소드들

메소드 설명
WebSocketException ( ) : System
WebSocketException ( CloseStatusCode code ) : System
WebSocketException ( CloseStatusCode code, Exception innerException ) : System
WebSocketException ( CloseStatusCode code, string message ) : System
WebSocketException ( CloseStatusCode code, string message, Exception innerException ) : System
WebSocketException ( Exception innerException ) : System
WebSocketException ( string message ) : System
WebSocketException ( string message, Exception innerException ) : System