C# 클래스 WebSocketSharp.ErrorEventArgs

Represents the event data for the WebSocket.OnError event.

That event occurs when the WebSocket gets an error.

If you would like to get the error message, you should access the ErrorEventArgs.Message property.

And if the error is due to an exception, you can get it by accessing the ErrorEventArgs.Exception property.

상속: System.EventArgs
파일 보기 프로젝트 열기: sta/websocket-sharp 1 사용 예제들

비공개 메소드들

메소드 설명
ErrorEventArgs ( string message ) : System
ErrorEventArgs ( string message, Exception exception ) : System