ig.excel.InvalidEnumArgumentException
Introduce InvalidEnumArgumentException class to Silverlight
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.InvalidEnumArgumentException
Constructor- new $.ig.excel.InvalidEnumArgumentException( [message:string], [innerException:ig.Error] );
Initializes a new instance of the ArgumentException class with a specified error message and a reference to the inner exception that is the cause of this exception.
- message
- Type:string
- Optional
- The error message that explains the reason for the exception.
- innerException
- Type:ig.Error
- Optional
- The exception that is the cause of the current exception. If the innerException parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.
-
ig.excel.InvalidEnumArgumentException
Constructor- new $.ig.excel.InvalidEnumArgumentException( message:string, paramName:string );
Initializes a new instance of the ArgumentException class with a specified error message and the name of the parameter that causes this exception.
- message
- Type:string
- The error message that explains the reason for the exception.
- paramName
- Type:string
- The name of the parameter that caused the current exception.
-
ig.excel.InvalidEnumArgumentException
Constructor- new $.ig.excel.InvalidEnumArgumentException( argumentName:string, invalidValue:number, enumClass:ig.Type );
Initializes a new instance of the InvalidEnumArgumentException class.
- argumentName
- Type:string
- Name of the argument.
- invalidValue
- Type:number
- The invalid value.
- enumClass
- Type:ig.Type
- The enum class.