Click or drag to resize
BizFormTableNameNotUniqueException Class
Thrown when biz form table name is not unique.
Inheritance Hierarchy

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 12.0.0
Syntax
C#
[SerializableAttribute]
public class BizFormTableNameNotUniqueException : BizFormException

The BizFormTableNameNotUniqueException type exposes the following members.

Constructors
  NameDescription
Public methodBizFormTableNameNotUniqueException
Initializes a new instance of the BizFormTableNameNotUniqueException class with default values.
Public methodBizFormTableNameNotUniqueException(String)
Initializes a new instance of the BizFormTableNameNotUniqueException class with a specified error message.
Protected methodBizFormTableNameNotUniqueException(SerializationInfo, StreamingContext)
Initializes a new instance of the BizFormTableNameNotUniqueException class with serialized data.
Public methodBizFormTableNameNotUniqueException(String, Exception)
Initializes a new instance of the BizFormTableNameNotUniqueException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Public methodBizFormTableNameNotUniqueException(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.
Public methodBizFormTableNameNotUniqueException(String, String, Exception)
Initializes a new instance of the BizFormTableNameNotUniqueException class with a specified error message, a table name and a reference to the inner exception that is the cause of this exception.
Top
Properties
  NameDescription
Public propertyTableName
Gets the table name.
Top
Methods
See Also