MapControlMapServiceErrorOccurredEventArgs.DiagnosticMessage 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.
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
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.