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

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 12.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