C# Class NetworkCommsDotNet.Tools.XPlatformHelper.SocketException

Inheritance: System.Exception
Datei anzeigen Open project: MarcFletcher/NetworkComms.Net

Public Methods

Method Description
SocketException ( ) : System
SocketException ( int error ) : System

Private Methods

Method Description
SocketException ( int error, string message ) : System

Method Details

SocketException() public method

public SocketException ( ) : System
return System

SocketException() public method

public SocketException ( int error ) : System
error int
return System