DkmExceptionInformation.GetAdditionalInformation Method

Definition

Provides additional information about an exception which will appear when Visual Studio stops on the exception. For CLR exceptions, this contains the 'Message' property from the System.Exception which was thrown.

Location constraint: API must be called from a Monitor component (component level < 100,000).

public:
 System::String ^ GetAdditionalInformation();
public:
 Platform::String ^ GetAdditionalInformation();
std::wstring GetAdditionalInformation();
public string GetAdditionalInformation ();
member this.GetAdditionalInformation : unit -> string
Public Function GetAdditionalInformation () As String

Returns

[Out,Optional] String description of the exception. If no other information is available, null is returned.

Applies to