次の方法で共有


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 例外から返されたエラー文字列。

注釈

この文字列は診断のみを目的としています。 文字列の形式は信頼性が高くなく、変更される可能性があります。

適用対象