C# Class Net.Sf.Dbdeploy.Exceptions.RequiredChangeScriptNotFoundException

Inheritance: Net.Sf.Dbdeploy.Exceptions.DbDeployException
Mostra file Open project: KnowtionDev/DbDeploy.Net

Public Methods

Method Description
RequiredChangeScriptNotFoundException ( Exception cause ) : System
RequiredChangeScriptNotFoundException ( String message ) : System
RequiredChangeScriptNotFoundException ( String message, Exception cause ) : System

Method Details

RequiredChangeScriptNotFoundException() public method

public RequiredChangeScriptNotFoundException ( Exception cause ) : System
cause System.Exception
return System

RequiredChangeScriptNotFoundException() public method

public RequiredChangeScriptNotFoundException ( String message ) : System
message String
return System

RequiredChangeScriptNotFoundException() public method

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