ExceptionSummary.ToString Method

Definition

Gets a string representation of this object.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

A string representing this object.

Remarks

The string returned by this call is not suitable to be used in telemetry as it may contain privacy-sensitive information.

Applies to