다음을 통해 공유


MapControlMapServiceErrorOccurredEventArgs.DiagnosticMessage 속성

정의

웹 예외에서 반환된 오류 문자열을 가져옵니다.

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

웹 예외에서 반환된 오류 문자열입니다.

설명

이 문자열은 진단 목적으로만 사용됩니다. 문자열의 형식은 신뢰할 수 없으며 변경될 수 있습니다.

적용 대상