Click or drag to resize
RunningSiteException Constructor (SiteInfo, String)
Constructor with message.

Namespace: CMS.SiteProvider
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 13.0.131
Syntax
C#
public RunningSiteException(
	SiteInfo collidingSite,
	string message
)

Parameters

collidingSite
Type: CMS.SiteProviderSiteInfo
The site which is in collision.
message
Type: SystemString
Exception message.
See Also