| SharePointCCSDKException Constructor (String, Exception) | 
            Thrown when error regarding SharePoint Client Components SDK occurs.
            
 
Namespace: CMS.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 11.0.0
Syntaxpublic SharePointCCSDKException(
	string message,
	Exception innerException
)
Parameters
- message
 - Type: SystemString
Exception message - innerException
 - Type: SystemException
Exception that caused the current exception 
See Also