C# 클래스 Scalien.ErrorLogger

파일 보기 프로젝트 열기: scalien/scaliendb

공개 메소드들

메소드 설명
Close ( ) : void
ErrorLogger ( string connectionString ) : System
ErrorLogger ( string connectionString, string name ) : System
LogException ( Exception exception ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

ErrorLogger() 공개 메소드

public ErrorLogger ( string connectionString ) : System
connectionString string
리턴 System

ErrorLogger() 공개 메소드

public ErrorLogger ( string connectionString, string name ) : System
connectionString string
name string
리턴 System

LogException() 공개 메소드

public LogException ( Exception exception ) : void
exception System.Exception
리턴 void