C# Class Elmah.ErrorSignalEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: elmah/Elmah Class Usage Examples

Méthodes publiques

Méthode Description
ErrorSignalEventArgs ( Exception e, System.Web.HttpContextBase context ) : System
ErrorSignalEventArgs ( Exception e, System.Web.HttpContextBase context, CallerInfo callerInfo ) : System
ToString ( ) : string

Method Details

ErrorSignalEventArgs() public méthode

public ErrorSignalEventArgs ( Exception e, System.Web.HttpContextBase context ) : System
e System.Exception
context System.Web.HttpContextBase
Résultat System

ErrorSignalEventArgs() public méthode

public ErrorSignalEventArgs ( Exception e, System.Web.HttpContextBase context, CallerInfo callerInfo ) : System
e System.Exception
context System.Web.HttpContextBase
callerInfo CallerInfo
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string