Skip to content

Mike875/ExceptionHandler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExceptionHandler

Requires NLog Nlog.Config NLog.Web.AspNetCore System.Data.SqlClient

Used like this

try { throw new Exception("Example exception"); } catch(Exception ex){ ex.Handle(new EmailExceptionService(), new NLogExceptionService(), new EventLogExceptionService()); }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages