Click or drag to resize
BizFormException Constructor
Overload List
  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