Contents Index ServerContext interface ShutdownCallback delegate

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

ServerException class


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

Used to signal MobiLink that an error has occurred with the server and it should shut down immediately.

ServerException constructors 

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

Constructs a ServerException with no detail message.

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

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

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

Creates a new ServerException 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 ServerContext interface ShutdownCallback delegate