Click or drag to resize
SharePointConnectionNotFoundException Class
Thrown when SharePoint connection can not be found.
Inheritance Hierarchy

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

The SharePointConnectionNotFoundException type exposes the following members.

Constructors
  NameDescription
Public methodSharePointConnectionNotFoundException
Thrown when SharePoint connection can not be found.
Public methodSharePointConnectionNotFoundException(String)
Thrown when SharePoint connection can not be found.
Public methodSharePointConnectionNotFoundException(String, Exception)
Thrown when SharePoint connection can not be found.
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