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 |
IWMPErrorItem Interface (VB and C#)
Provides access to error information.
The IWMPErrorItem interface exposes the following properties.
| Property | Description |
| customUrl | Gets the URL of a Web site that displays specific information about codec download failure. |
| errorCode | Gets the current error code. |
| errorContext | Gets a value indicating the context of the error. |
| errorDescription | Gets a description of the error. |
| remedy | Reserved for future use. |
Get an IWMPErrorItem interface using the following property.
| Interface | Property |
| IWMPError | Item (in C# use the get_Item method) |
See Also
| Previous | Next |