C# Class OpenStory.Networking.SocketErrorEventArgs

An EventArgs wrapper around SocketError.
Inheritance: System.EventArgs
Datei anzeigen Open project: shoftee/OpenStory Class Usage Examples

Public Methods

Method Description
SocketErrorEventArgs ( SocketError error ) : System

Initializes a new instance of the SocketErrorEventArgs class.

Method Details

SocketErrorEventArgs() public method

Initializes a new instance of the SocketErrorEventArgs class.
public SocketErrorEventArgs ( SocketError error ) : System
error SocketError The to wrap.
return System