C# Class OctoTorrent.Client.CriticalExceptionEventArgs

Inheritance: System.EventArgs
Mostra file Open project: Eskat0n/OctoTorrent Class Usage Examples

Public Methods

Method Description
CriticalExceptionEventArgs ( Exception ex, ClientEngine engine ) : System

Method Details

CriticalExceptionEventArgs() public method

public CriticalExceptionEventArgs ( Exception ex, ClientEngine engine ) : System
ex System.Exception
engine ClientEngine
return System