IDkmILFailureReasonResolver Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |