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

SQL Anywhere 11.0.1 (Français) » MobiLink - Server Administration » MobiLink Server APIs » Writing synchronization scripts in .NET » MobiLink server API for .NET reference » ServerException class

 

ServerException constructors

Syntax
public ServerException( )
Member of iAnywhere.MobiLink.Script.ServerException
Remarks

Constructs a ServerException with no detail message.

Syntax
public ServerException( string message )
Member of iAnywhere.MobiLink.Script.ServerException
Remarks

Creates a new ServerException with the given message.

Parameters
  • message   The message for this ServerException.

Syntax
public ServerException( string message, SystemException ie )
Member of iAnywhere.MobiLink.Script.ServerException
Remarks

Creates a new ServerException with the given message and containing the given inner exception that caused this one.

Parameters
  • message   The message for this ServerException.

  • ie   The exception that caused this ServerException.