MapControlMapServiceErrorOccurredEventArgs.DiagnosticMessage 属性

定义

获取从 Web 异常返回的错误字符串。

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

属性值

String

Platform::String

winrt::hstring

从 Web 异常返回的错误字符串。

注解

此字符串仅用于诊断目的。 字符串的格式不可靠,可能会更改。

适用于