ModuleInstallationException Class |
Namespace: CMS.Modules
[SerializableAttribute] public class ModuleInstallationException : Exception
The ModuleInstallationException type exposes the following members.
Name | Description | |
---|---|---|
ModuleInstallationException |
Creates a new instance of ModuleInstallationException.
| |
ModuleInstallationException(SerializationInfo, StreamingContext) |
Creates a new instance of ModuleInstallationException.
| |
ModuleInstallationException(String, String, String, Exception) |
Creates a new instance of ModuleInstallationException.
| |
ModuleInstallationException(String, String, String, String) |
Creates a new instance of ModuleInstallationException.
| |
ModuleInstallationException(String, String, String, String, Exception) |
Creates a new instance of ModuleInstallationException.
|
Name | Description | |
---|---|---|
ModuleName |
Gets name of the module that caused the exception.
| |
ModuleVersion |
Gets version of the module that caused the exception.
| |
Operation |
Gets the name of installation operation that caused the exception.
|
Name | Description | |
---|---|---|
GetObjectData |
Populates a SerializationInfo with the data needed to serialize the target object.
(Overrides ExceptionGetObjectData(SerializationInfo, StreamingContext).) |