Share via


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

Windows Media Player SDK banner art

Previous Next

AxWindowsMediaPlayer.Error (VB and C#)

The Error property gets the IWMPError interface that provides access to a collection of IWMPErrorItem interfaces.

[Visual Basic]
Public Overridable ReadOnly Property Error As IWMPError

[C#]
public virtual IWMPError Error {get;}

Property Value

The WMPLib.IWMPError interface.

Requirements

Version: Windows Media Player 9 Series or later

Namespace: AxWMPLib

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

See Also

Previous Next