Language

IDebugExceptionDetails.GetFormattedDescription Method

Definition

public:
 int GetFormattedDescription(Microsoft::VisualStudio::Debugger::Interop::IDebugStackFrame2 ^ pStackFrameContext, [Runtime::InteropServices::Out] System::String ^ % pbstrDescription);
public int GetFormattedDescription(Microsoft.VisualStudio.Debugger.Interop.IDebugStackFrame2 pStackFrameContext, out string pbstrDescription);
abstract member GetFormattedDescription : Microsoft.VisualStudio.Debugger.Interop.IDebugStackFrame2 * string -> int
Public Function GetFormattedDescription (pStackFrameContext As IDebugStackFrame2, ByRef pbstrDescription As String) As Integer

Parameters

pStackFrameContext
IDebugStackFrame2
pbstrDescription
String

Returns

Applies to