Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raised by the Microsoft AJAX Library framework when a function or method is invoked and at least one of the passed arguments is invalid.
Remarks
When a client function or method is invoked and at least one of the passed arguments does not meet the parameter specification of the called function or method, a Sys.ArgumentException object is created by using the Error.argument function.
For more information about how to raise this error, see Error.argument Function.
For more information about how to handle error conditions, see Debugging and Tracing AJAX Applications Overview.