Share via


CastingConnectionErrorOccurredEventArgs.Message Property

Definition

Gets human-readable message to accompany the error status code, 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

Property Value

String

Platform::String

winrt::hstring

The human-readable message.

Applies to