Click or drag to resize
ModuleInstallationException Constructor (String, String, String, Exception)
Creates a new instance of ModuleInstallationException.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
public ModuleInstallationException(
	string message,
	string moduleName,
	string operation,
	Exception inner
)

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.
inner
Type: SystemException
Inner exception.
See Also