Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » MobiLink - 服务器管理 » MobiLink 服务器 API » 使用 .NET 编写同步脚本 » 用于 .NET 参考的 MobiLink 服务器 API » ServerException 类

 

ServerException 构造函数

语法
public ServerException( )
Member of iAnywhere.MobiLink.Script.ServerException
注释

构造一个不带任何细节消息的 ServerException。

语法
public ServerException( string message )
Member of iAnywhere.MobiLink.Script.ServerException
注释

创建一个带有给定消息的新 ServerException。

参数
  • message   此 ServerException 的消息。

语法
public ServerException( string message, SystemException ie )
Member of iAnywhere.MobiLink.Script.ServerException
注释

创建一个带有给定消息并包含导致该异常的给定内部异常的新 ServerException。

参数
  • message   此 ServerException 的消息。

  • ie   导致该 ServerException 的异常。