Click or drag to resize
ObjectTypeColumnNotFoundException Constructor (String, String)
Creates a new instance of ObjectTypeColumnNotFoundException.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public ObjectTypeColumnNotFoundException(
	string message,
	string objectType = null
)

Parameters

message
Type: SystemString
Exception's message.
objectType (Optional)
Type: SystemString
The object type whose column wasn't found.
See Also