Click or drag to resize
CodeNameNotValidException Constructor (GeneralizedInfo, String)
Constructor.

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

Parameters

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