Click or drag to resize

ModuleException Constructor

Initializes a new instance of the ModuleException class

Namespace:  Dynamicweb.ItemCreator
Assembly:  Dynamicweb.ItemCreator (in Dynamicweb.ItemCreator.dll) Version: 2.0.2
Syntax
public ModuleException(
	string errMessage,
	Exception innerException
)

Parameters

errMessage
Type: SystemString
innerException
Type: SystemException
See Also