DiscoveryError Constructor Kentico 8.0 API Reference
Initializes a new instance of the DiscoveryError class with the assembly name (or a file path) and the exception that was raised during the discovery process.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

exception
Type: OnlineSystem Exception
The exception that was raised during the discovery process.
assemblyNameOrFilePath
Type: OnlineSystem String
The full name of the assembly (or a file path).
See Also