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.DataEngine.GeneralizedInfo
Object to which the exception relates
message
Type: System.String
Message
See Also