ModuleInstallationException Constructor (String, String, String, String) |
Creates a new instance of ModuleInstallationException.
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 12.0.0
Syntax public ModuleInstallationException(
string message,
string moduleName,
string operation,
string moduleVersion = null
)
Parameters
- message
- Type: SystemString
Exception's message. - moduleName
- Type: SystemString
Name of the module that caused the exception. - operation
- Type: SystemString
Name of the operation that caused the exception. - moduleVersion (Optional)
- Type: SystemString
Version of the module that caused the exception.
See Also