DkmExceptionTriggerHit.AdditionalInformation Property
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.
[Optional] Optional additional information about this exception. For CLR exceptions, this contains the 'Message' property from the System.Exception which was thrown. This information is obtained from IDkmExceptionFormatter.GetAdditionalInformation.
public:
property System::String ^ AdditionalInformation { System::String ^ get(); };
public:
property Platform::String ^ AdditionalInformation { Platform::String ^ get(); };
public string AdditionalInformation { get; }
public string? AdditionalInformation { get; }
member this.AdditionalInformation : string
Public ReadOnly Property AdditionalInformation As String
Property Value
Returns String.