Ignite UI API Reference

ig.excel.InvalidEnumArgumentException

Introduce InvalidEnumArgumentException class to Silverlight

Dependencies

jquery-1.4.4.js
infragistics.util.js
The current widget has no options.
The current widget has no events.
  • &nbspig.excel.InvalidEnumArgumentException

    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.
  • &nbspig.excel.InvalidEnumArgumentException

    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.
  • &nbspig.excel.InvalidEnumArgumentException

    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.

Copyright © 1996 - 2024 Infragistics, Inc. All rights reserved.

#