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) » WSFaultException class

WSFaultException class Next Page

WSFaultException members


Public constructors
Member nameDescription
WSFaultException constructor

Constructs a new exception with the specified error message.

Public properties
Member nameDescription
ErrorCode property (inherited from WSException)

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.