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 members Next Page

WSException constructor


Constructs a new exception with the specified error message.

Syntax

Visual Basic
Overloads Public Sub New( _
ByVal msg As String _
)

C#
public WSException(
string msg
);

Parameters