使用指定的错误消息和错误代码构造新异常。
Visual Basic Overloads Public Sub New( _ ByVal msg As String, _ ByVal errorCode As Integer _ )
C# public WSException( string msg, int errorCode );
msg 错误消息。
errorCode 错误代码。
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |