Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
使用指定的错误消息和错误代码构造新异常。
Public Sub New(ByVal msg As String, ByVal errorCode As Integer)
public WSException(string msg, int errorCode)
msg 错误消息。
errorCode 错误代码。