Class ApplicationInitException
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Thrown when application initialization failed
public class ApplicationInitException : Exception
- Inheritance
-
objectExceptionApplicationInitException
- Extension Methods
Constructors
ApplicationInitException()
Initializes a new instance of the ApplicationInitException class with default values.
public ApplicationInitException()
ApplicationInitException(string, Exception)
Initializes a new instance of the ApplicationInitException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public ApplicationInitException(string message, Exception inner = null)
Parameters
message
stringThe message that describes the error.
inner
ExceptionThe exception that is the cause of the current exception, or a null reference if no inner exception is specified.