IDkmExceptionAnalyzer Interface

Definition

Interface which allows a concord component to to analyze an exception and come up with an improved description of the problem.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: BaseDebugMonitorId, EngineId, ExceptionCategory, RuntimeId, SourceId.

This API was introduced in Visual Studio 14 Update 1 (DkmApiVersion.VS14Update1).

public interface class IDkmExceptionAnalyzer
public interface class IDkmExceptionAnalyzer
__interface IDkmExceptionAnalyzer
public interface IDkmExceptionAnalyzer
type IDkmExceptionAnalyzer = interface
Public Interface IDkmExceptionAnalyzer

Methods

TryGetAnalyzedDescription(DkmExceptionTriggerHit)

Tries to get a detailed information about the source of the problem.

Applies to