C# 클래스 DotNetty.Codecs.Http.WebSockets.WebSocketHandshakeException

상속: Exception
파일 보기 프로젝트 열기: cdy816/mars

공개 메소드들

메소드 설명
WebSocketHandshakeException ( Exception innerException ) : System
WebSocketHandshakeException ( string message ) : System
WebSocketHandshakeException ( string message, Exception innereException ) : System

메소드 상세

WebSocketHandshakeException() 공개 메소드

public WebSocketHandshakeException ( Exception innerException ) : System
innerException Exception
리턴 System

WebSocketHandshakeException() 공개 메소드

public WebSocketHandshakeException ( string message ) : System
message string
리턴 System

WebSocketHandshakeException() 공개 메소드

public WebSocketHandshakeException ( string message, Exception innereException ) : System
message string
innereException Exception
리턴 System