Share via


UnhandledExceptionEventArgs.Message 속성

정의

처리되지 않은 원래 예외에서 전달된 메시지 문자열을 가져옵니다.

public:
 property Platform::String ^ Message { Platform::String ^ get(); };
winrt::hstring Message();
public string Message { get; }
var string = unhandledExceptionEventArgs.message;
Public ReadOnly Property Message As String

속성 값

String

Platform::String

winrt::hstring

디버깅에 유용할 수 있는 메시지 문자열입니다.

설명

메시지는 원래 시스템 또는 런타임 앱 오류로 전파되는 정보에서 가져옵니다. 메시지가 원래 오류 메시지와 정확히 일치하도록 보장되지 않습니다(네이티브 스택 또는 출력 창에 표시됨). 오류 전파 및 예외 처리 기술에 대한 자세한 내용은 C#의 예외 처리 또는 Visual BasicUnhandledException의 비고를 참조하세요.

적용 대상

추가 정보