IDkmExceptionAnalyzer.TryGetAnalyzedDescription Method

Definition

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

public:
 System::String ^ TryGetAnalyzedDescription(Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionTriggerHit ^ hit);
public:
 Platform::String ^ TryGetAnalyzedDescription(Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionTriggerHit ^ hit);
std::wstring TryGetAnalyzedDescription(Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionTriggerHit const & hit);
public string TryGetAnalyzedDescription (Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionTriggerHit hit);
public string? TryGetAnalyzedDescription (Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionTriggerHit hit);
abstract member TryGetAnalyzedDescription : Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionTriggerHit -> string
Public Function TryGetAnalyzedDescription (hit As DkmExceptionTriggerHit) As String

Parameters

hit
DkmExceptionTriggerHit

[In] Provides information about an exception trigger which was satisfied (hit) by an exception coming from the target process.

Returns

[Out,Optional] Result of the analysis.

Applies to