Microsoft Windows CE 3.0  

HasError

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Retrieves a value specifying whether the Microsoft Windows Media Player control currently has an error.

Compatibility:Windows Media Player

[
bError
= ] MediaPlayer.HasError

Parameters

bError
Boolean value specifying whether the control currently has an error. If true, the control has an error. This property is read-only with no default value.

Remarks

If the value of this property is true, you can retrieve the ErrorCodeand ErrorDescriptionproperties to determine the nature of the error.

See Also

ErrorCode, ErrorDescription