DkmExceptionTriggerHit.TryGetAnalyzedDescription Method

Definition

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

Location constraint: API must be called from an IDE component (component level > 100,000).

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

public:
 System::String ^ TryGetAnalyzedDescription();
public:
 Platform::String ^ TryGetAnalyzedDescription();
std::wstring TryGetAnalyzedDescription();
public string TryGetAnalyzedDescription ();
public string? TryGetAnalyzedDescription ();
member this.TryGetAnalyzedDescription : unit -> string
Public Function TryGetAnalyzedDescription () As String

Returns

[Out,Optional] Result of the analysis.

Applies to