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

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

Defines an exception generated by Content Studio
Inheritance Hierarchy

SystemObject
  SystemException
    SystemApplicationException
      ContentStudioCSException
        More...

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

[SerializableAttribute]
public class CSException : ApplicationException

The CSException type exposes the following members.

Constructors

  NameDescription
Public methodCSException
Initializes a new instance of the CSException class.
Public methodCSException(String)
Initializes a new instance of the CSException class with the specified detailed description. The Number property will be set to -1 to indicate an error without a Content Studio error behind.
Protected methodCSException(SerializationInfo, StreamingContext)
Initializes a new instance of the CSException class with the specified context and the serialization information.
Public methodCSException(String, Exception)
Initializes a new instance of the CSException class.
Public methodCSException(String, Int32)
Initializes a new instance of the CSException class with the specified detailed description and specified Content Studio error number.
Protected methodCSException(Int32, String, Exception)
Initializes a new instance of the CSException class.
Top
Properties

  NameDescription
Public propertyData (Inherited from Exception.)
Public propertyHelpLink (Inherited from Exception.)
Protected propertyHResult (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Public propertyMessage (Inherited from Exception.)
Public propertyNumber
Returns the number of this error
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Public propertyTargetSite (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 methodGetObjectData (Inherited from Exception.)
Public methodGetType (Inherited from Exception.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Exception.)
Top
Fields

  NameDescription
Public fieldStatic memberMAX_MESSAGE_ID
The highest allowed message id.
Public fieldStatic memberMIN_MESSAGE_ID
The lowest allowed value of a message id.
Top
See Also

Reference

Inheritance Hierarchy

SystemObject
  SystemException
    SystemApplicationException
      ContentStudioCSException
        ContentStudioCSCustomAuthenticationFailedException
        ContentStudioCSCustomAuthenticationTokenException
        ContentStudioCSDocumentDeletedException
        ContentStudioCSDocumentNotFoundException
        ContentStudioCSDocumentNotFoundInHierarchyException
        ContentStudioCSInvalidParameterException
        ContentStudioCSInvalidSessionException
        ContentStudioCSPermissionDeniedException