C# Class Medusa.Network.Service.TcpClientExceptionEventArgs

Inheritance: System.EventArgs
Mostra file Open project: fjz13/Medusa Class Usage Examples

Public Methods

Method Description
TcpClientExceptionEventArgs ( TcpClient client, Exception innerException ) : System

Method Details

TcpClientExceptionEventArgs() public method

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