Click or drag to resize
DiscoveryError Constructor
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: 13.0.131
Syntax
C#
public DiscoveryError(
	Exception exception,
	string assemblyNameOrFilePath
)

Parameters

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