C# Class Helios.Exceptions.Events.ExceptionEventArgs

Event arguments used for topic subscriptions that subscribe to Exception Events
Inheritance: System.EventArgs
Exibir arquivo Open project: helios-io/helios

Public Methods

Method Description
ExceptionEventArgs ( Exception ex ) : System

Method Details

ExceptionEventArgs() public method

public ExceptionEventArgs ( Exception ex ) : System
ex System.Exception
return System