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.
Represents the object type returned to the browser when a Web service issues an error.
Namespace: Sys.Net
Inherits: None
Members
Name |
Description |
---|---|
Initializes a new instance of the Sys.Net.WebServiceError class when implemented in a derived class. |
|
Gets the exception type of the error. |
|
Gets the error message returned by the error. |
|
Gets the status code for the HTTP response. |
|
Gets the stack trace returned by the server. |
|
Gets a value that indicates whether the Web service failed because it timed out. |
Remarks
The WebServiceError is the type of the object returned to the failed callback function.
Example
Description
The following example shows how a failed callback function accesses the WebServiceError object. For more information, see Calling Web Services from Client Script.
See Also
Concepts
Calling Web Services from Client Script