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

WSFaultException constructor


Constructs a new exception with the specified error message.

Syntax

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

C#
public WSFaultException(
string msg
);

Parameters