C# 클래스 Elmah.ErrorLogEntry

파일 보기 프로젝트 열기: elmah/Elmah 1 사용 예제들

공개 메소드들

메소드 설명
ErrorLogEntry ( Elmah.ErrorLog log, string id, Error error ) : System

Initializes a new instance of the ErrorLogEntry class for a given unique error entry in an error log.

메소드 상세

ErrorLogEntry() 공개 메소드

Initializes a new instance of the ErrorLogEntry class for a given unique error entry in an error log.
public ErrorLogEntry ( Elmah.ErrorLog log, string id, Error error ) : System
log Elmah.ErrorLog
id string
error Error
리턴 System