C# 클래스 DBH.DBException.DBFileNotFoundException

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

공개 메소드들

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

메소드 상세

DBFileNotFoundException() 공개 메소드

public DBFileNotFoundException ( ) : System
리턴 System

DBFileNotFoundException() 공개 메소드

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

DBFileNotFoundException() 공개 메소드

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