Table of Contents

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
object
Exception
RecoverFromFailedInitializationException
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 string

The 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 string

The error message that explains the reason for the exception.

innerException Exception

The exception that is the cause of the current exception.