C# 클래스 DBH.DBException.DBException

상속: System.Exception
파일 보기 프로젝트 열기: bluedusk/DBHelper

공개 메소드들

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

메소드 상세

DBException() 공개 메소드

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

DBException() 공개 메소드

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