Click or drag to resize
SharePointServerException Class
Thrown when error at SharePoint server occurs.
Inheritance Hierarchy

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 9.0.0
Syntax
C#
public class SharePointServerException : CMSException

The SharePointServerException type exposes the following members.

Constructors
  NameDescription
Public methodSharePointServerException
Thrown when error at SharePoint server occurs.
Public methodSharePointServerException(String)
Thrown when error at SharePoint server occurs.
Public methodSharePointServerException(String, Exception)
Thrown when error at SharePoint server occurs.
Top
Properties
  NameDescription
Protected propertyCustomMessage
Custom message.
(Inherited from CMSException.)
Public propertyMessage
Message.
(Inherited from CMSException.)
Public propertyUIMessage
Message displayed in the UI to the user
(Inherited from CMSException.)
Top
Methods
See Also