VideoTrackOpenFailedEventArgs
VideoTrackOpenFailedEventArgs
VideoTrackOpenFailedEventArgs
VideoTrackOpenFailedEventArgs
Class
Definition
Provides data for the OpenFailed event of a VideoTrack.
public : sealed class VideoTrackOpenFailedEventArgs : IVideoTrackOpenFailedEventArgspublic sealed class VideoTrackOpenFailedEventArgs : IVideoTrackOpenFailedEventArgsPublic NotInheritable Class VideoTrackOpenFailedEventArgs Implements IVideoTrackOpenFailedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Remarks
Get an instance of this class by handling the OpenFailed event of a VideoTrack.
Properties
ExtendedError ExtendedError ExtendedError ExtendedError
Gets the extended error code for an error that occurs when opening a VideoTrack.
public : HResult ExtendedError { get; }public Exception ExtendedError { get; }Public ReadOnly Property ExtendedError As Exception// You can use this property in JavaScript.
- Value
- HResult Exception Exception Exception
The extended error code for an error that occurs when opening a VideoTrack.