Class BizFormException
- Namespace
- CMS.OnlineForms
- Assembly
- CMS.OnlineForms.dll
Thrown when biz form operation fails.
public class BizFormException : Exception
- Inheritance
-
objectExceptionBizFormException
- Derived
- Extension Methods
Constructors
BizFormException()
Initializes a new instance of the BizFormException class with default values.
public BizFormException()
BizFormException(string)
Initializes a new instance of the BizFormException class with a specified error message.
public BizFormException(string message)
Parameters
message
stringThe message that describes the error.
BizFormException(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.
public BizFormException(string message, Exception inner)
Parameters
message
stringThe message that describes the error.
inner
ExceptionThe exception that is the cause of the current exception, or a null reference if no inner exception is specified.