Click or drag to resize
CheckDependenciesException Class
Exception to report attempt to delete an object which has required dependencies.
Inheritance Hierarchy

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public class CheckDependenciesException : InfoObjectException

The CheckDependenciesException type exposes the following members.

Constructors
  NameDescription
Public methodCheckDependenciesException(GeneralizedInfo)
Constructor.
Public methodCheckDependenciesException(GeneralizedInfo, String)
Constructor.
Top
Properties
  NameDescription
Public propertyObject
Object to which the exception relates.
(Inherited from InfoObjectException.)
Top
See Also