IDebugExceptionDetails.GetFormattedDescription 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.
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