IDkmExceptionDetailsProvider.GetTypeName(DkmExceptionDetails, Boolean) Methode

Definition

Ruft den Typnamen der Ausnahme ab.

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

Parameter

exceptionDetails
DkmExceptionDetails

In Enthält Details über eine Ausnahme oder ein Objekt der inneren Ausnahme.

fullName
Boolean

In Ein Wert, der angibt, ob der vollständige Name der Ausnahme zurückgegeben werden soll.

Gibt zurück

String

Vorgenommen Der Typname.

Gilt für