DkmCompiledInspectionQuery.ResolveILFailureReason(DkmILFailureReason) Method
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. This is used to produce the error message for a condition breakpoint.
Location constraint: API must be called from an IDE component (component level > 100,000).
This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).
public:
System::String ^ ResolveILFailureReason(Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILFailureReason ErrorCode);
public:
Platform::String ^ ResolveILFailureReason(Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILFailureReason ErrorCode);
std::wstring ResolveILFailureReason(Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILFailureReason ErrorCode);
public string ResolveILFailureReason (Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILFailureReason ErrorCode);
member this.ResolveILFailureReason : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILFailureReason -> string
Public Function ResolveILFailureReason (ErrorCode As DkmILFailureReason) As String
Parameters
- ErrorCode
- DkmILFailureReason
[In] Error code returned from execution of the IL stream.
Returns
[Out] Human-readable error message describing the error.