C# Class IndexViewer.ExceptionEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: JimmieOverby/IndexViewer

Méthodes publiques

Méthode Description
ExceptionEventArgs ( Exception exception ) : System
ExceptionEventArgs ( Exception exception, object sender ) : System

Method Details

ExceptionEventArgs() public méthode

public ExceptionEventArgs ( Exception exception ) : System
exception System.Exception
Résultat System

ExceptionEventArgs() public méthode

public ExceptionEventArgs ( Exception exception, object sender ) : System
exception System.Exception
sender object
Résultat System