CastingConnectionErrorOccurredEventArgs
CastingConnectionErrorOccurredEventArgs
CastingConnectionErrorOccurredEventArgs
CastingConnectionErrorOccurredEventArgs
Class
Definition
Represents arguments for the ErrorOccurred event from the CastingConnection
public : sealed class CastingConnectionErrorOccurredEventArgs : ICastingConnectionErrorOccurredEventArgspublic sealed class CastingConnectionErrorOccurredEventArgs : ICastingConnectionErrorOccurredEventArgsPublic NotInheritable Class CastingConnectionErrorOccurredEventArgs Implements ICastingConnectionErrorOccurredEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
Get an instance of this class by handling the ErrorOccurred event .
Properties
ErrorStatus ErrorStatus ErrorStatus ErrorStatus
Gets the particular error that triggered the casting error event, ErrorOccurred.
public : CastingConnectionErrorStatus ErrorStatus { get; }public CastingConnectionErrorStatus ErrorStatus { get; }Public ReadOnly Property ErrorStatus As CastingConnectionErrorStatus// You can use this property in JavaScript.
- Value
- CastingConnectionErrorStatus CastingConnectionErrorStatus CastingConnectionErrorStatus CastingConnectionErrorStatus
The the error status when starting or ending a casting connection.
Message Message Message Message
Gets human-readable message to accompany the error status code, ErrorStatus.
public : PlatForm::String Message { get; }public string Message { get; }Public ReadOnly Property Message As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The human-readable message.