BizFormException Constructor (String) |
Initializes a new instance of the
BizFormException class with a specified error message.
Namespace: CMS.OnlineFormsAssembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 12.0.0
Syntax public BizFormException(
string message
)
Parameters
- message
- Type: SystemString
The message that describes the error.
See Also