C# Class Elmah.ThrottlingErrorMailModule

Inheritance: ErrorMailModule
Mostra file Open project: connectivedx/Elmah

Public Methods

Method Description
ThrottlingErrorMailModule ( ) : System

Protected Methods

Method Description
GetErrorCount ( Error error ) : int
IsErrorCurrent ( Error error ) : bool
ReportError ( Error error ) : void

Method Details

GetErrorCount() protected method

protected GetErrorCount ( Error error ) : int
error Error
return int

IsErrorCurrent() protected method

protected IsErrorCurrent ( Error error ) : bool
error Error
return bool

ReportError() protected method

protected ReportError ( Error error ) : void
error Error
return void

ThrottlingErrorMailModule() public method

public ThrottlingErrorMailModule ( ) : System
return System