This class represents an exception that occurred during processing of a web service request.
Visual Basic syntaxPublic Class WSException Inherits System.Exception
C# syntaxpublic class WSException : System.Exception
Base classes
Derived classes
MembersAll members of WSException class, including all inherited members.
| Name | Description |
|---|---|
| Constructs a new exception with the specified error message. | |
|
|
When overridden in a derived class, returns the System.Exception that is the root cause of one or more subsequent exceptions.
|
|
|
When overridden in a derived class, sets the System.Runtime.Serialization.SerializationInfo with information about the exception.
|
|
|
Gets the runtime type of the current instance. |
|
|
Creates and returns a string representation of the current exception. |
|
|
Gets a collection of key/value pairs that provide additional user-defined information about the exception. |
| The error code associated with this exception. | |
|
|
Gets or sets a link to the help file associated with this exception. |
|
|
Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception. |
|
|
Gets the System.Exception instance that caused the current exception.
|
|
|
Gets a message that describes the current exception. |
|
|
Gets or sets the name of the application or the object that causes the error. |
|
|
Gets a string representation of the frames on the call stack at the time the current exception was thrown. |
|
|
Gets the method that throws the current exception. |
| Error code indicating that there was an error in the web service HTTP request made by the web services connector. | |
| Error code indicating that the webservice HTTP request by the web services connector was successful. | |
| Error code indicating that the number of HTTP retries was exceeded the web services connector. | |
| Error code indicating that there was an error in the web services runtime or in the webservices connector in parsing a SOAP response or request. |
WSException constructor
ErrorCode property
WS_STATUS_HTTP_ERROR field
WS_STATUS_HTTP_OK field
WS_STATUS_HTTP_RETRIES_EXCEEDED field
WS_STATUS_SOAP_PARSE_ERROR field
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |
