Click or drag to resize
BizFormTableNameNotUniqueException Constructor
Overload List
  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
See Also