DkmExceptionTriggerHit.TryGetAnalyzedDescription 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.
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.