C# Class IndexViewer.ExceptionEventArgs

Inheritance: System.EventArgs
Exibir arquivo Open project: JimmieOverby/IndexViewer

Public Methods

Method Description
ExceptionEventArgs ( Exception exception ) : System
ExceptionEventArgs ( Exception exception, object sender ) : System

Method Details

ExceptionEventArgs() public method

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

ExceptionEventArgs() public method

public ExceptionEventArgs ( Exception exception, object sender ) : System
exception System.Exception
sender object
return System