Ignite UI API Reference
ig.excel.InvalidCastException
Represents an error in which an attempt was made to treat a value as the wrong type.
Dependencies
jquery-1.4.4.js
infragistics.util.js
The current widget has no options.
The current widget has no events.
-
- new $.ig.excel.InvalidCastException( [message:string], [innerException:ig.Error] );
Creates an InvalidCastException instance.
- message
- Type:string
- Optional
- The message describing the error.
- innerException
- Type:ig.Error
- Optional
- The nested error, if any, which caused this error.