ig.excel.ArgumentOutOfRangeExceptionExtension

Extend the class ArgumentOutOfRangeException to add a constructor

Dependencies

jquery-1.4.4.js
infragistics.util.js
The current widget has no options.
The current widget has no events.
  • ig.excel.ArgumentOutOfRangeExceptionExtension
    Constructor

    new $.ig.excel.ArgumentOutOfRangeExceptionExtension( [paramName:string], [message:string] );

    Initializes a new instance of the ArgumentOutOfRangeExceptionExtension class.

    • paramName
    • Type:string
    • Optional
    • Name of the param.
    • message
    • Type:string
    • Optional
    • The error message that explains the reason for the exception.
  • ig.excel.ArgumentOutOfRangeExceptionExtension
    Constructor

    new $.ig.excel.ArgumentOutOfRangeExceptionExtension( paramName:string, value:object, message:string );

    Initializes a new instance of the ArgumentOutOfRangeExceptionExtension class.

    • paramName
    • Type:string
    • Name of the parameter.
    • value
    • Type:object
    • The value of the parameter.
    • message
    • Type:string
    • The error message that explains the reason for the exception.
  • ig.excel.ArgumentOutOfRangeExceptionExtension
    Constructor

    new $.ig.excel.ArgumentOutOfRangeExceptionExtension( message:string, innerException:ig.Error );

    Initializes a new instance of the ArgumentOutOfRangeExceptionExtension class.

    • message
    • Type:string
    • The error message that explains the reason for the exception.
    • innerException
    • Type:ig.Error
    • The exception that is the cause of the current exception. If the innerException parameter is not a null reference (Nothing in Visual Basic), the current exception is raised in a catch block that handles the inner exception.

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

#