C# Class HumbleNetwork.Handlers.DefaultExceptionHandler

Inheritance: IExceptionHandler
Show file Open project: joaofx/HumbleNetwork

Public Methods

Method Description
Execute ( IHumbleStream stream, Exception exception ) : void

Method Details

Execute() public method

public Execute ( IHumbleStream stream, Exception exception ) : void
stream IHumbleStream
exception System.Exception
return void