Click or drag to resize
BizFormTableNameNotUniqueException Constructor (String, String)
Initializes a new instance of the BizFormTableNameNotUniqueException class with a specified error message and a table name that is the cause of this exception.

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 12.0.0
Syntax
C#
public BizFormTableNameNotUniqueException(
	string message,
	string tableName
)

Parameters

message
Type: SystemString
The message that describes the error.
tableName
Type: SystemString
The table name that is the cause of this exception.
See Also