Windows Media Player 11 SDK Error Object 

Windows Media Player SDK banner art

Previous Next

Error Object

The Error object provides access to a collection of ErrorItem objects.

The Error object supports the following property.

Property Description
errorCount Retrieves the number of errors in the error queue.

The Error object supports the following methods.

Method Description
clearErrorQueue Clears the errors from the error queue.
item Retrieves an ErrorItem object from the error queue.
webHelp Launches the Windows Media Player Web Help page to display further information about the error.

The Error object is accessed through the following property.

Object Property
Player error

See Also

Previous Next