IDkmExceptionDetailsProvider.GetSource(DkmExceptionDetails) Method

Definition

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

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

Parameters

exceptionDetails
DkmExceptionDetails

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

Returns

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

Exceptions

E_NODATA indicates that this exception does not have a source.

Applies to