다음을 통해 공유


CastingConnectionErrorOccurredEventArgs.Message 속성

정의

오류 상태 코드 ErrorStatus와 함께 사람이 읽을 수 있는 메시지를 가져옵니다.

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

속성 값

String

Platform::String

winrt::hstring

사람이 읽을 수 있는 메시지입니다.

적용 대상