Sys.ArgumentOutOfRangeException
Introduction
Raised by the Microsoft AJAX Library framework when an argument value is outside an acceptable range.
Remarks
When a client function or method is called and an argument value is outside an acceptable range, a Sys.ArgumentOutOfRangeException object is created by using the Error.argumentOutOfRange function.
For more information about how to raise this error, see argumentOutOfRange Function.
For more information about how to handle error conditions, see ASP.NET AJAX Debugging and Tracing Overview.