Click or drag to resize
InfoObjectException Constructor
Constructor.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public InfoObjectException(
	GeneralizedInfo obj,
	string message
)

Parameters

obj
Type: CMS.DataEngineGeneralizedInfo
Object to which the exception relates
message
Type: SystemString
Message
See Also