SharePointConnectionNotFoundException Constructor (String, Exception) |
Thrown when SharePoint connection can not be found.
Namespace: CMS.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 8.2.23
Syntax public SharePointConnectionNotFoundException(
string message,
Exception innerException
)
Parameters
- message
- Type: SystemString
Exception message - innerException
- Type: SystemException
Exception that caused the current exception
See Also