C# Class Elmah.ThrottlingErrorMailModule

Inheritance: ErrorMailModule
Afficher le fichier Open project: connectivedx/Elmah

Méthodes publiques

Méthode Description
ThrottlingErrorMailModule ( ) : System

Méthodes protégées

Méthode Description
GetErrorCount ( Error error ) : int
IsErrorCurrent ( Error error ) : bool
ReportError ( Error error ) : void

Method Details

GetErrorCount() protected méthode

protected GetErrorCount ( Error error ) : int
error Error
Résultat int

IsErrorCurrent() protected méthode

protected IsErrorCurrent ( Error error ) : bool
error Error
Résultat bool

ReportError() protected méthode

protected ReportError ( Error error ) : void
error Error
Résultat void

ThrottlingErrorMailModule() public méthode

public ThrottlingErrorMailModule ( ) : System
Résultat System