Click or drag to resize
BizFormTableNameNotUniqueException Class
Thrown when biz form table name is not unique.
Inheritance Hierarchy
SystemObject
  SystemException
    CMS.OnlineFormsBizFormException
      CMS.OnlineFormsBizFormTableNameNotUniqueException

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 13.0.131
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
  NameDescription
Public methodGetObjectData
Sets the SerializationInfo with information about the exception.
(Overrides ExceptionGetObjectData(SerializationInfo, StreamingContext).)
Top
See Also