SharePointServerException Constructor (String, Exception) |
Thrown when error at SharePoint server occurs.
Namespace: CMS.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 10.0.0
Syntax public SharePointServerException(
string message,
Exception innerException
)
Parameters
- message
- Type: SystemString
Exception message - innerException
- Type: SystemException
Exception that caused the current exception
See Also