SharePointServiceNotSupportedException Constructor (String, Exception) |
Indicates the desired SharePoint service does not have an implementation.
Namespace: CMS.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 8.2.23
Syntaxpublic SharePointServiceNotSupportedException(
string message,
Exception innerException
)
Parameters
- message
- Type: System.String
Exception message - innerException
- Type: System.Exception
Exception that caused the current exception
See Also