Table of Contents

Class BizFormException

Namespace
CMS.OnlineForms
Assembly
CMS.OnlineForms.dll

Thrown when biz form operation fails.

public class BizFormException : Exception
Inheritance
object
Exception
BizFormException
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 string

The 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 string

The message that describes the error.

inner Exception

The exception that is the cause of the current exception, or a null reference if no inner exception is specified.