Contents Index SQLType enumeration MobiLink Performance

MobiLink Synchronization User's Guide
  Writing Synchronization Scripts in .NET
    MobiLink .NET API Reference

SynchronizationException class


public class SynchronizationException: iAnywhere.MobiLink.Script.ScriptExecutionException
Member of iAnywhere.MobiLink.Script

Used to signal that a synchronization exception has occurred and that the current synchronization should be rolled back and restarted.

SynchronizationException constructors 

public SynchronizationException( )
Member of iAnywhere.MobiLink.Script.SynchronizationException

Constructs a SynchronizationException with no details.

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

Creates a new SynchronizationException with the given message. The parameter message is the message for this ServerException.

public SynchronizationException( string messageSystemException ie )
Member of iAnywhere.MobiLink.Script.SynchronizationException

Creates a new SynchronizationException with the given message and containing the given inner exception that caused this one. There are two parameters: message, which is the message for this ServerException, and ie, which is the exception that caused this ServerException.


Contents Index SQLType enumeration MobiLink Performance