RunningSiteException Constructor (SiteInfo, String) |
Constructor with message.
Namespace: CMS.SiteProviderAssembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 13.0.131
Syntax public RunningSiteException(
SiteInfo collidingSite,
string message
)
Parameters
- collidingSite
- Type: CMS.SiteProviderSiteInfo
The site which is in collision. - message
- Type: SystemString
Exception message.
See Also