Click or drag to resize
DiscoveryError Class
Represents an error that occurred during the assembly or module discovery process.
Inheritance Hierarchy
SystemObject
  CMS.CoreDiscoveryError

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 13.0.131
Syntax
C#
public class DiscoveryError

The DiscoveryError type exposes the following members.

Constructors
  NameDescription
Public methodDiscoveryError
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.
Top
Methods
  NameDescription
Public methodLogEvent
Appends this discovery error to the event log.
Top
See Also