| RegisterSharePointServiceFactoryAttribute Constructor |
Namespace: CMS.SharePoint
public RegisterSharePointServiceFactoryAttribute( string sharePointVersion, Type serviceFactory )
| Exception | Condition |
|---|---|
| SharePointServiceFactoryNotSupportedException | Thrown when serviceFactory does not implement ISharePointServiceFactory. |
| ArgumentNullException | Thrown when sharePointVersion is null. |