ig.excel.ArgumentExceptionExtension

Extend the class ArgumentException 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.ArgumentExceptionExtension
    Constructor

    new $.ig.excel.ArgumentExceptionExtension( [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.ArgumentExceptionExtension
    Constructor

    new $.ig.excel.ArgumentExceptionExtension( message:string, paramName: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
    • The error message that explains the reason for the exception.
    • paramName
    • Type:string
    • Name of the parameter.
    • 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.

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

#