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

SQL Anywhere 11.0.1 (日本語) » Mobile Link - サーバ管理 » Mobile Link サーバ API » .NET での同期スクリプトの作成 » .NET 用 Mobile Link サーバ 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 の原因となった例外