C# Class Lawo.IO.ConnectionLostEventArgs

Provides the data for the IMonitoredConnection.ConnectionLost event.
Inheritance: System.EventArgs
Mostra file Open project: Lawo/ember-plus-sharp

Public Methods

Method Description
ConnectionLostEventArgs ( Exception exception ) : System

Initializes a new instance of the ConnectionLostEventArgs class.

Method Details

ConnectionLostEventArgs() public method

Initializes a new instance of the ConnectionLostEventArgs class.
public ConnectionLostEventArgs ( Exception exception ) : System
exception System.Exception
return System