Sys Exception Types
Creates an Error object that represents exceptions that are raised by the Microsoft Ajax Library framework. These exceptions are created dynamically by using the Error type extension functions and cannot be instantiated or invoked.
Namespace: Sys
Inherits: None
Exceptions
Name |
Description |
---|---|
Raised when a 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. |
|
Raised when an argument has an invalid value of null. |
|
Raised when an argument value is outside an acceptable range. |
|
Raised when a parameter is not an allowed type. |
|
Raised when an argument for a required method parameter is undefined. |
|
Raised when a call to a method has failed, but the reason was not invalid arguments. |
|
Raised when a requested method is not supported by an object. |
|
Raised when an invalid number of arguments have been passed to a function. |
|
Raised by the Microsoft Ajax Library framework when a script does not load successfully. This exception should not be thrown by the developer. |