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

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 10.0.0
Syntax
C#
public class SharePointServerException : Exception
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
See Also