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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public ObjectTypeColumnNotFoundException(
	string message,
	Exception inner
)

Parameters

message
Type: SystemString
Exception's message.
inner
Type: SystemException
Inner exception.
See Also