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