Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere .NET API Reference » iAnywhere.QAnywhere.WS namespace (.NET 1.0) » WSException class

WSException class Next Page

WSException members


Public static fields (shared)
Member nameDescription
WS_STATUS_HTTP_ERROR field

Error code indicating that there was an error in the web service HTTP request made by the web services connector.

WS_STATUS_HTTP_OK field

Error code indicating that the webservice HTTP request by the web services connector was successful.

WS_STATUS_HTTP_RETRIES_EXCEEDED field

Error code indicating that the number of HTTP retries was exceeded the web services connector.

WS_STATUS_SOAP_PARSE_ERROR field

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.

Public constructors
Member nameDescription
WSException constructor

Constructs a new exception with the specified error message.

WSException constructor

Constructs a new exception with the specified error message and error code.

WSException constructor

Constructs a new exception.

Public properties
Member nameDescription
ErrorCode property

The error code associated with this exception.

[external link] HelpLink (inherited from Exception)

Gets or sets a link to the help file associated with this exception.

[external link] InnerException (inherited from Exception)

Gets the [external link] System.Exception instance that caused the current exception.

[external link] Message (inherited from Exception)

Gets a message that describes the current exception.

[external link] Source (inherited from Exception)

Gets or sets the name of the application or the object that causes the error.

[external link] StackTrace (inherited from Exception)

Gets a string representation of the frames on the call stack at the time the current exception was thrown.

[external link] TargetSite (inherited from Exception)

Gets the method that throws the current exception.

Public methods
Member nameDescription
[external link] GetBaseException (inherited from Exception)

When overridden in a derived class, returns the [external link] System.Exception that is the root cause of one or more subsequent exceptions.

[external link] GetObjectData (inherited from Exception)

When overridden in a derived class, sets the [external link] System.Runtime.Serialization.SerializationInfo with information about the exception.

[external link] ToString (inherited from Exception)

Creates and returns a string representation of the current exception.