C# 클래스 DBH.DBException.DBOpenException

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

공개 메소드들

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

메소드 상세

DBOpenException() 공개 메소드

public DBOpenException ( ) : System
리턴 System

DBOpenException() 공개 메소드

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

DBOpenException() 공개 메소드

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

DBOpenException() 공개 메소드

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