DkmExceptionDetails.GetTypeName(Boolean) Method

Definition

Gets the type name of the exception.

This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM).

public:
 System::String ^ GetTypeName(bool FullName);
public:
 Platform::String ^ GetTypeName(bool FullName);
std::wstring GetTypeName(bool FullName);
public string GetTypeName (bool FullName);
member this.GetTypeName : bool -> string
Public Function GetTypeName (FullName As Boolean) As String

Parameters

FullName
Boolean

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

Returns

[Out] The type name.

Applies to