This class represents an exception that occurred during processing of a web service request.
Public Class WSException Inherits System.Exception
public class WSException : System.Exception
All members of WSException class, including all inherited members.
Name | Description |
---|---|
Constructs a new exception with the specified error message. | |
GetBaseException method (Inherited from System.Exception) |
When overridden in a derived class, returns the System.Exception that is the root cause of one or more subsequent exceptions. |
GetObjectData method (Inherited from System.Exception) |
When overridden in a derived class, sets the System.Runtime.Serialization.SerializationInfo with information about the exception. |
GetType method (Inherited from System.Exception) |
Gets the runtime type of the current instance. |
ToString method (Inherited from System.Exception) |
Creates and returns a string representation of the current exception. |
Data property (Inherited from System.Exception) |
Gets a collection of key/value pairs that provide additional user-defined information about the exception. |
The error code associated with this exception. | |
HelpLink property (Inherited from System.Exception) |
Gets or sets a link to the help file associated with this exception. |
HResult property (Inherited from System.Exception) |
Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception. |
InnerException property (Inherited from System.Exception) |
Gets the System.Exception instance that caused the current exception. |
Message property (Inherited from System.Exception) |
Gets a message that describes the current exception. |
Source property (Inherited from System.Exception) |
Gets or sets the name of the application or the object that causes the error. |
StackTrace property (Inherited from System.Exception) |
Gets a string representation of the frames on the call stack at the time the current exception was thrown. |
TargetSite property (Inherited from System.Exception) |
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 |