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.
message The message for this ServerException.
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.
message The message for this ServerException.
ie The exception that caused this ServerException.