Click or drag to resize
ModuleInstallationException Class
Thrown when module installation operation fails.
Inheritance Hierarchy
SystemObject
  SystemException
    CMS.ModulesModuleInstallationException

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
[SerializableAttribute]
public class ModuleInstallationException : Exception

The ModuleInstallationException type exposes the following members.

Constructors
  NameDescription
Public methodModuleInstallationException
Creates a new instance of ModuleInstallationException.
Protected methodModuleInstallationException(SerializationInfo, StreamingContext)
Creates a new instance of ModuleInstallationException.
Public methodModuleInstallationException(String, String, String, Exception)
Creates a new instance of ModuleInstallationException.
Public methodModuleInstallationException(String, String, String, String)
Creates a new instance of ModuleInstallationException.
Public methodModuleInstallationException(String, String, String, String, Exception)
Creates a new instance of ModuleInstallationException.
Top
Properties
  NameDescription
Public propertyModuleName
Gets name of the module that caused the exception.
Public propertyModuleVersion
Gets version of the module that caused the exception.
Public propertyOperation
Gets the name of installation operation that caused the exception.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Overrides ExceptionGetObjectData(SerializationInfo, StreamingContext).)
Top
See Also