C# 클래스 Net.Sf.Dbdeploy.Exceptions.RequiredChangeScriptNotFoundException

상속: Net.Sf.Dbdeploy.Exceptions.DbDeployException
파일 보기 프로젝트 열기: KnowtionDev/DbDeploy.Net

공개 메소드들

메소드 설명
RequiredChangeScriptNotFoundException ( Exception cause ) : System
RequiredChangeScriptNotFoundException ( String message ) : System
RequiredChangeScriptNotFoundException ( String message, Exception cause ) : System

메소드 상세

RequiredChangeScriptNotFoundException() 공개 메소드

public RequiredChangeScriptNotFoundException ( Exception cause ) : System
cause System.Exception
리턴 System

RequiredChangeScriptNotFoundException() 공개 메소드

public RequiredChangeScriptNotFoundException ( String message ) : System
message String
리턴 System

RequiredChangeScriptNotFoundException() 공개 메소드

public RequiredChangeScriptNotFoundException ( String message, Exception cause ) : System
message String
cause System.Exception
리턴 System