Share via


MapControlMapServiceErrorOccurredEventArgs.DiagnosticMessage Property

Definition

Gets the error string returned from the web exception.

public:
 property Platform::String ^ DiagnosticMessage { Platform::String ^ get(); };
winrt::hstring DiagnosticMessage();
public string DiagnosticMessage { get; }
var string = mapControlMapServiceErrorOccurredEventArgs.diagnosticMessage;
Public ReadOnly Property DiagnosticMessage As String

Property Value

String

Platform::String

winrt::hstring

The error string returned from the web exception.

Remarks

This string is for diagnostic purposes only. The format of the string is not reliable and is subject to change.

Applies to