ig.excel.EndOfStreamException
Represents an error in which an attempt was made to read past the end of a stream of data.
Dependencies
jquery-1.4.4.js
infragistics.util.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.ext_core.js
infragistics.documents.core_core.js
infragistics.ext_ui.js
The current widget has no options.
The current widget has no events.
-
ig.excel.EndOfStreamException
Constructor- new $.ig.excel.EndOfStreamException( [message:string], [innerException:ig.Error] );
Creates an EndOfStreamException instance.
- message
- Type:string
- Optional
- The message describing the error.
- innerException
- Type:ig.Error
- Optional
- The nested error, if any, which caused this error.