Click or drag to resize
BizFormException Constructor (String)
Initializes a new instance of the BizFormException class with a specified error message.

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 12.0.0
Syntax
C#
public BizFormException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also