Constructs a new exception with the specified error message and error code.
Visual Basic Overloads Public Sub New( _ ByVal msg As String, _ ByVal errorCode As Integer _ )
C# public WSException( string msg, int errorCode );
msg The error message.
errorCode The error code.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |