IDkmILFailureReasonResolver Interface

Definition

Resolves a DkmILFailureReason into an error message.

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

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

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

Methods

ResolveILFailureReason(DkmCompiledInspectionQuery, DkmILFailureReason)

Resolves a DkmILFailureReason into an error message. This is used to produce the error message for a condition breakpoint.

Applies to