Click or drag to resize
CalculationWorks Logo
BcfRowDeleteException Class
This exception will be thrown when a row with child row relation delete rule 'NoAction' should be deleted.
Inheritance Hierarchy
SystemObject
  SystemException
    CalculationWorks.BusinessModelBcfRowDeleteException

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntax
public class BcfRowDeleteException : Exception

The BcfRowDeleteException type exposes the following members.

Constructors
  NameDescription
Public methodBcfRowDeleteException
Initializes a new instance of the BcfRowDeleteException class.
Public methodBcfRowDeleteException(String)
Initializes a new instance of the BcfRowDeleteException class with a specified error message.
Public methodBcfRowDeleteException(String, Exception)
Initializes a new instance of the BcfRowDeleteException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
Properties
  NameDescription
Public propertyData (Inherited from Exception.)
Public propertyHelpLink (Inherited from Exception.)
Public propertyHResult (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Public propertyMessage (Inherited from Exception.)
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBaseException (Inherited from Exception.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Exception.)
Top
Version Information

CalculationWorks.BusinessModel

Supported in: 3.2, 3.0, 2.1, 2.0
See Also