Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.gif)
| Previous | Next |
IWMPError Interface (VB and C#)
Provides properties and methods for accessing a collection of IWMPErrorItem interfaces for retrieving error information.
The IWMPError interface exposes the following properties.
| Property | Description |
| errorCount | Gets the number of errors in the error queue. |
| Item | Gets an IWMPErrorItem interface at the specified index in the error queue. In C#, this is the get_Item method. |
The IWMPError interface exposes the following methods.
| Method | Description |
| clearErrorQueue | Clears the errors from the error queue. |
| webHelp | Launches the Microsoft Windows Media Player Web Help page to display further information about the first error in the error queue. |
Get an IWMPError interface using the following property.
| Object | Property |
| AxWindowsMediaPlayer | Error |
See Also
| Previous | Next |