C# Class NLite.Data.Exceptions.DbExceptionLogger

Afficher le fichier Open project: netcasewqs/elinq

Méthodes publiques

Méthode Description
Error ( this log, Exception ex ) : void
Error ( this log, Exception ex, string message ) : void

Method Details

Error() public static méthode

public static Error ( this log, Exception ex ) : void
log this
ex System.Exception
Résultat void

Error() public static méthode

public static Error ( this log, Exception ex, string message ) : void
log this
ex System.Exception
message string
Résultat void