| ModuleException Constructor |
Namespace:
Dynamicweb.ItemCreator
Assembly:
Dynamicweb.ItemCreator (in Dynamicweb.ItemCreator.dll) Version: 2.0.2
Syntax public ModuleException(
string errMessage,
Exception innerException
)
Public Sub New (
errMessage As String,
innerException As Exception
)
Parameters
- errMessage
- Type: SystemString
- innerException
- Type: SystemException
See Also