C# Class Elmah.ErrorLogEntry

Afficher le fichier Open project: elmah/Elmah Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat System