TimedMetadataTrackError
TimedMetadataTrackError
TimedMetadataTrackError
TimedMetadataTrackError
Class
Definition
Provides information about an error that occurred with a timed metadata track.
public : sealed class TimedMetadataTrackError : ITimedMetadataTrackErrorpublic sealed class TimedMetadataTrackError : ITimedMetadataTrackErrorPublic NotInheritable Class TimedMetadataTrackError Implements ITimedMetadataTrackError// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
Get an instance of this class by accessing the TimedMetadataTrackFailedEventArgs.Error property.
Properties
ErrorCode ErrorCode ErrorCode ErrorCode
Gets the error code associated with the timed metadata track error.
public : TimedMetadataTrackErrorCode ErrorCode { get; }public TimedMetadataTrackErrorCode ErrorCode { get; }Public ReadOnly Property ErrorCode As TimedMetadataTrackErrorCode// You can use this property in JavaScript.
- Value
- TimedMetadataTrackErrorCode TimedMetadataTrackErrorCode TimedMetadataTrackErrorCode TimedMetadataTrackErrorCode
The error code associated with the timed metadata track error.
Remarks
This value provides high-level information about the error that occurred with the timed metadata track.
ExtendedError ExtendedError ExtendedError ExtendedError
Gets the extended error code for the TimedMetadataTrackError.
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 the TimedMetadataTrackError.