C# Class Elmah.ThrottledErrorMailHtmlFormatter

Inheritance: ErrorTextFormatter
Mostrar archivo Open project: connectivedx/Elmah Class Usage Examples

Public Methods

Method Description
Format ( System writer, Error error ) : void
Format ( System writer, Error error, int errorCount ) : void

Method Details

Format() public method

public Format ( System writer, Error error ) : void
writer System
error Error
return void

Format() public method

public Format ( System writer, Error error, int errorCount ) : void
writer System
error Error
errorCount int
return void