IDkmExceptionDetailsProvider.GetStackTrace(DkmExceptionDetails) Method

Definition

Gets the stack trace for this exception. If no stack trace is available, this method returns null.

public:
 System::String ^ GetStackTrace(Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionDetails ^ exceptionDetails);
public string GetStackTrace (Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionDetails exceptionDetails);
abstract member GetStackTrace : Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionDetails -> string
Public Function GetStackTrace (exceptionDetails As DkmExceptionDetails) As String

Parameters

exceptionDetails
DkmExceptionDetails

[In] Contains details about an exception or inner exception object.

Returns

[Out,Optional] The stack trace string or null if not available.

Exceptions

E_NODATA indicates that this exception does not have a stack trace.

Applies to