C# 클래스 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.
상속: ErrorTextFormatter
파일 보기 프로젝트 열기: elmah/Elmah 1 사용 예제들

공개 메소드들

메소드 설명
Format ( System.IO.TextWriter writer, Error error ) : void

Formats a complete HTML document describing the given Error instance.

메소드 상세

Format() 공개 메소드

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
리턴 void