Class JobCntrlConfigException
Exception thrown on configuration errors.
public class JobCntrlConfigException : JobCntrlException
- Inheritance
-
JobCntrlConfigException
- Inherited Members
- Extension Methods
Constructors
JobCntrlConfigException()
Default ctor
public JobCntrlConfigException()
JobCntrlConfigException(string)
Ctor from message
public JobCntrlConfigException(string message)
Parameters
messagestring
JobCntrlConfigException(string, Exception)
Ctor from message and inner exception.
public JobCntrlConfigException(string message, Exception e)