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

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