Table of Contents

Class ApplicationInitException

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Thrown when application initialization failed

public class ApplicationInitException : Exception
Inheritance
object
Exception
ApplicationInitException
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 string

The message that describes the error.

inner Exception

The exception that is the cause of the current exception, or a null reference if no inner exception is specified.