Ignite UI API Reference
ig.excel.KeyNotFoundException
Represents an error in which a keyed collection was accessed with a key which does not exist in the collection.
Dependencies
jquery-1.4.4.js
infragistics.util.js
The current widget has no options.
The current widget has no events.
-
- new $.ig.excel.KeyNotFoundException( [message:string], [innerException:ig.Error] );
Creates an KeyNotFoundException instance.
- message
- Type:string
- Optional
- The message describing the error.
- innerException
- Type:ig.Error
- Optional
- The nested error, if any, which caused this error.