CSDocumentNotFoundInHierarchyException Class Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Defines a Content Studio exception thrown when a specified document does not exist in a specified hierarchy. This exception defines a CSException with the Number set to 1113
Inheritance Hierarchy

SystemObject
  SystemException
    SystemApplicationException
      ContentStudioCSException
        ContentStudioCSDocumentNotFoundInHierarchyException

Namespace: ContentStudio
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

[SerializableAttribute]
public sealed class CSDocumentNotFoundInHierarchyException : CSException

The CSDocumentNotFoundInHierarchyException type exposes the following members.

Constructors

  NameDescription
Public methodCSDocumentNotFoundInHierarchyException
Initializes a new instance of the CSDocumentNotFoundInHierarchyException class with the standard message text "The document could not be found in the chosen hierarchy.".
Public methodCSDocumentNotFoundInHierarchyException(String)
Initializes a new instance of the CSDocumentNotFoundInHierarchyException class with custom message text.
Public methodCSDocumentNotFoundInHierarchyException(String, Exception)
Initializes a new instance of the CSDocumentNotFoundInHierarchyException class.
Top
Properties

  NameDescription
Public propertyData (Inherited from Exception.)
Public propertyHelpLink (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Public propertyMessage (Inherited from Exception.)
Public propertyNumber
Returns the number of this error
(Inherited from CSException.)
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Public propertyTargetSite (Inherited from Exception.)
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetBaseException (Inherited from Exception.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectData (Inherited from Exception.)
Public methodGetType (Inherited from Exception.)
Public methodToString (Inherited from Exception.)
Top
See Also

Reference