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 - Server Administration » MobiLink Server APIs » Writing synchronization scripts in .NET » MobiLink server API for .NET reference » SynchronizationException class

 

SynchronizationException constructors

Syntax
SynchronizationException( )
Member of iAnywhere.MobiLink.Script.SynchronizationException
Remarks

Constructs a SynchronizationException with no details.

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

Creates a new SynchronizationException with the given message.

Parameters
  • message   The message for this ServerException.

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

Creates a new SynchronizationException 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.