Class RecoverFromFailedInitializationException
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
This exception is thrown when CMSApplication tries to restart the application after failed initialization.
public class RecoverFromFailedInitializationException : Exception
- Inheritance
-
objectExceptionRecoverFromFailedInitializationException
- Extension Methods
Constructors
RecoverFromFailedInitializationException()
Initiates a new instance of RecoverFromFailedInitializationException.
public RecoverFromFailedInitializationException()
RecoverFromFailedInitializationException(string)
Initiates a new instance of RecoverFromFailedInitializationException.
public RecoverFromFailedInitializationException(string message)
Parameters
message
stringThe error message that explains the reason for the exception.
RecoverFromFailedInitializationException(string, Exception)
Initiates a new instance of RecoverFromFailedInitializationException.
public RecoverFromFailedInitializationException(string message, Exception innerException)
Parameters
message
stringThe error message that explains the reason for the exception.
innerException
ExceptionThe exception that is the cause of the current exception.