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

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

The SharePointCCSDKException type exposes the following members.

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
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
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