C# Class Elmah.ErrorLogEntry

Mostra file Open project: elmah/Elmah Class Usage Examples

Public Methods

Method Description
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.

Method Details

ErrorLogEntry() public method

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
return System