C# 클래스 DBH.DBException.DBConfigException

상속: DBException
파일 보기 프로젝트 열기: bluedusk/DBHelper

공개 메소드들

메소드 설명
DBConfigException ( ) : System
DBConfigException ( Exception ex ) : System
DBConfigException ( string msg ) : System
DBConfigException ( string message, Exception ex ) : System

메소드 상세

DBConfigException() 공개 메소드

public DBConfigException ( ) : System
리턴 System

DBConfigException() 공개 메소드

public DBConfigException ( Exception ex ) : System
ex System.Exception
리턴 System

DBConfigException() 공개 메소드

public DBConfigException ( string msg ) : System
msg string
리턴 System

DBConfigException() 공개 메소드

public DBConfigException ( string message, Exception ex ) : System
message string
ex System.Exception
리턴 System