MapControlMapServiceErrorOccurredEventArgs.DiagnosticMessage 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得從 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
屬性值
從 Web 例外狀況傳回的錯誤字串。
備註
此字串僅供診斷之用。 字串的格式不可靠,而且可能會變更。