C# Class Deveel.Data.Diagnostics.ErrorEvent

Inheritance: IEvent
Afficher le fichier Open project: deveel/deveeldb Class Usage Examples

Méthodes publiques

Méthode Description
ErrorEvent ( Exception error, int errorCode, ErrorLevel level ) : System

Méthodes protégées

Méthode Description
GetEventData ( object>.Dictionary data ) : void

Method Details

ErrorEvent() public méthode

public ErrorEvent ( Exception error, int errorCode, ErrorLevel level ) : System
error System.Exception
errorCode int
level ErrorLevel
Résultat System

GetEventData() protected méthode

protected GetEventData ( object>.Dictionary data ) : void
data object>.Dictionary
Résultat void