Click or drag to resize
SharePointCCSDKException Class
Thrown when error regarding SharePoint Client Components SDK occurs.
Inheritance Hierarchy
SystemObject
  SystemException
    CMS.SharePointSharePointCCSDKException

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 10.0.0
Syntax
C#
public class SharePointCCSDKException : Exception
Constructors
  NameDescription
Public methodSharePointCCSDKException
Thrown when error regarding SharePoint Client Components SDK occurs.
Public methodSharePointCCSDKException(String)
Thrown when error regarding SharePoint Client Components SDK occurs.
Public methodSharePointCCSDKException(String, Exception)
Thrown when error regarding SharePoint Client Components SDK occurs.
Top
Remarks
Typically thrown when trying to establish connection to SharePoint Online server using SharePointOnlineCredentials and the SDK is not installed. Thus the "msoidcliL.dll" can not be loaded.
See Also