BizFormTableNameNotUniqueException Class |
Namespace: CMS.OnlineForms
[SerializableAttribute] public class BizFormTableNameNotUniqueException : BizFormException
The BizFormTableNameNotUniqueException type exposes the following members.
Name | Description | |
---|---|---|
BizFormTableNameNotUniqueException |
Initializes a new instance of the BizFormTableNameNotUniqueException class with default values.
| |
BizFormTableNameNotUniqueException(String) |
Initializes a new instance of the BizFormTableNameNotUniqueException class with a specified error message.
| |
BizFormTableNameNotUniqueException(SerializationInfo, StreamingContext) |
Initializes a new instance of the BizFormTableNameNotUniqueException class with serialized data.
| |
BizFormTableNameNotUniqueException(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.
| |
BizFormTableNameNotUniqueException(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.
| |
BizFormTableNameNotUniqueException(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.
|
Name | Description | |
---|---|---|
GetObjectData |
Sets the SerializationInfo with information about the exception.
(Overrides ExceptionGetObjectData(SerializationInfo, StreamingContext).) |