ExceptionSummary.AdditionalDetails Property

Definition

Gets the additional details of the exception.

public:
 property System::String ^ AdditionalDetails { System::String ^ get(); };
public string AdditionalDetails { get; }
member this.AdditionalDetails : string
Public ReadOnly Property AdditionalDetails As String

Property Value

Remarks

This string can have a relatively high cardinality and may contain privacy-sensitive information and is therefore not suitable as a metric dimension. It is primarily intended for use in low-level diagnostics.

Applies to