TimedMetadataTrackFailedEventArgs.Error Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an object representing the error that occurred with the timed metadata track.
public:
property TimedMetadataTrackError ^ Error { TimedMetadataTrackError ^ get(); };
TimedMetadataTrackError Error();
public TimedMetadataTrackError Error { get; }
var timedMetadataTrackError = timedMetadataTrackFailedEventArgs.error;
Public ReadOnly Property Error As TimedMetadataTrackError
Property Value
An object representing the error that occurred with the timed metadata track.