MSStreamError object

[Internet Explorer 10. This object was supported in pre-release versions of Internet Explorer 10. As of Internet Explorer 10, it is obsolete and DOMError should be used instead. Applications using this object should be updated accordingly.]

The MSStreamError object reports file-related errors asynchronously.

Internet Explorer 10

 

Syntax

if (evt.target.error.name == "NotReadableError") { document.write("File could not be read."); }

DOM Information

Inheritance Hierarchy

The MSStreamError does not inherit from any class or interface.

Members

The MSStreamError object has these types of members:

  • Properties

Properties

The MSStreamError object has these properties.

Property Access type Description

code

Read-only

Note   Internet Explorer 10. This object was supported in pre-release versions of Internet Explorer 10. As of Internet Explorer 10, it is obsolete and DOMError should be used instead. Applications using this object should be updated accordingly.
 

 

Remarks

The msStream object's error property is an MSStreamError object and is accessed asynchronously through the onerror event handler when error events are generated. The MSStreamError object's name property and associated error strings allow asynchronous file error handling.

See also

FileError