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.