C# Class Elmah.ErrorSignalEventArgs

Inheritance: System.EventArgs
Datei anzeigen Open project: elmah/Elmah Class Usage Examples

Public Methods

Method 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 method

public ErrorSignalEventArgs ( Exception e, System.Web.HttpContextBase context ) : System
e System.Exception
context System.Web.HttpContextBase
return System

ErrorSignalEventArgs() public method

public ErrorSignalEventArgs ( Exception e, System.Web.HttpContextBase context, CallerInfo callerInfo ) : System
e System.Exception
context System.Web.HttpContextBase
callerInfo CallerInfo
return System

ToString() public method

public ToString ( ) : string
return string