MobiLink Synchronization User's Guide
Writing Synchronization Scripts in .NET
MobiLink .NET API Reference
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.
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 message, SystemException 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.