Share via


Windows Media Player 11 SDK IWMPMedia2.Error (VB and C#) 

Windows Media Player SDK banner art

Previous Next

IWMPMedia2.Error (VB and C#)

The Error property gets an IWMPErrorItem interface if the media item has an error condition.

[Visual Basic]
ReadOnly Property Error As IWMPErrorItem

[C#]
IWMPErrorItem Error {get;}

Property Value

A WMPLib.IWMPErrorItem interface that provides access to information about the error condition.

Remarks

If the media item cannot be played, this property gets an IWMPErrorItem interface that contains information about the problem encountered.

Requirements

Version: Windows Media Player 9 Series or later

Namespace: WMPLib

Assembly: Interop.WMPLib.dll (automatically generated by Visual Studio)

See Also

Previous Next