C# Class NLite.Data.Exceptions.DbExceptionLogger

Mostrar archivo Open project: netcasewqs/elinq

Public Methods

Method Description
Error ( this log, Exception ex ) : void
Error ( this log, Exception ex, string message ) : void

Method Details

Error() public static method

public static Error ( this log, Exception ex ) : void
log this
ex System.Exception
return void

Error() public static method

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