C# Class Elmah.ErrorMailHtmlFormatter

Formats the HTML to display the details of a given error that is suitable for sending as the body of an e-mail message.
Inheritance: ErrorTextFormatter
Afficher le fichier Open project: elmah/Elmah Class Usage Examples

Méthodes publiques

Méthode Description
Format ( System.IO.TextWriter writer, Error error ) : void

Formats a complete HTML document describing the given Error instance.

Method Details

Format() public méthode

Formats a complete HTML document describing the given Error instance.
public Format ( System.IO.TextWriter writer, Error error ) : void
writer System.IO.TextWriter
error Error
Résultat void