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

SQL Anywhere 10.0.1 » MobiLink - Server Administration » Writing Synchronization Scripts in .NET » MobiLink server API for .NET reference » SynchronizationException class

SynchronizationException class Next Page

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
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