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

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
protected ModuleInstallationException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
SerializationInfo.
context
Type: System.Runtime.SerializationStreamingContext
StreamingContext.
See Also