C# 클래스 Lawo.IO.ConnectionLostEventArgs

Provides the data for the IMonitoredConnection.ConnectionLost event.
상속: System.EventArgs
파일 보기 프로젝트 열기: Lawo/ember-plus-sharp

공개 메소드들

메소드 설명
ConnectionLostEventArgs ( Exception exception ) : System

Initializes a new instance of the ConnectionLostEventArgs class.

메소드 상세

ConnectionLostEventArgs() 공개 메소드

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