共用方式為


DkmExceptionTriggerHit.AdditionalInformation Property

Definition

[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.

Applies to