C# 클래스 Medusa.Network.Service.TcpClientExceptionEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: fjz13/Medusa 1 사용 예제들

공개 메소드들

메소드 설명
TcpClientExceptionEventArgs ( TcpClient client, Exception innerException ) : System

메소드 상세

TcpClientExceptionEventArgs() 공개 메소드

public TcpClientExceptionEventArgs ( TcpClient client, Exception innerException ) : System
client System.Net.Sockets.TcpClient
innerException System.Exception
리턴 System