C# 클래스 NLite.Data.Exceptions.DbExceptionLogger

파일 보기 프로젝트 열기: netcasewqs/elinq

공개 메소드들

메소드 설명
Error ( this log, Exception ex ) : void
Error ( this log, Exception ex, string message ) : void

메소드 상세

Error() 공개 정적인 메소드

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

Error() 공개 정적인 메소드

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