DkmExceptionInformation.GetAdditionalInformation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 ();
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.