Click or drag to resize
BizFormException Class
Thrown when biz form operation fails.
Inheritance Hierarchy

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 12.0.0
Syntax
C#
[SerializableAttribute]
public class BizFormException : Exception
Constructors
  NameDescription
Public methodBizFormException
Initializes a new instance of the BizFormException class with default values.
Public methodBizFormException(String)
Initializes a new instance of the BizFormException class with a specified error message.
Protected methodBizFormException(SerializationInfo, StreamingContext)
Initializes a new instance of the BizFormException class with serialized data.
Public methodBizFormException(String, Exception)
Initializes a new instance of the BizFormException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also