C# Class Lawo.IO.ConnectionLostEventArgs

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

Méthodes publiques

Méthode Description
ConnectionLostEventArgs ( Exception exception ) : System

Initializes a new instance of the ConnectionLostEventArgs class.

Method Details

ConnectionLostEventArgs() public méthode

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