IDkmExceptionDetailsProvider.GetTypeName(DkmExceptionDetails, Boolean) Method

Definition

Gets the type name of the exception.

public:
 System::String ^ GetTypeName(Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionDetails ^ exceptionDetails, bool fullName);
public string GetTypeName (Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionDetails exceptionDetails, bool fullName);
abstract member GetTypeName : Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionDetails * bool -> string
Public Function GetTypeName (exceptionDetails As DkmExceptionDetails, fullName As Boolean) As String

Parameters

exceptionDetails
DkmExceptionDetails

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

fullName
Boolean

[In] A value indicating whether to return the full name of the exception.

Returns

[Out] The type name.

Applies to