Click or drag to resize
ApplicationInitException Class
Thrown when application initialization failed
Inheritance Hierarchy
SystemObject
  SystemException
    CMS.DataEngineApplicationInitException

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
[SerializableAttribute]
public class ApplicationInitException : Exception
Constructors
  NameDescription
Public methodApplicationInitException
Initializes a new instance of the ApplicationInitException class with default values.
Protected methodApplicationInitException(SerializationInfo, StreamingContext)
Initializes a new instance of the ApplicationInitException class with serialized data.
Public methodApplicationInitException(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.
Top
See Also