adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ServerNotFoundException Class
Members


In This Topic
    ServerNotFoundException Class
    In This Topic
    Thrown if a connection cannot be made to an adTempus server because the server cannot be found.
    Object Model
    ServerNotFoundException ClassMessageCollection ClassMessage ClassMessage Class
    Syntax
    'Declaration
     
    
    <SerializableAttribute()>
    Public Class ServerNotFoundException 
       Inherits MessageException
    [Serializable()]
    public class ServerNotFoundException : MessageException 
    [Serializable()]
    public ref class ServerNotFoundException : public MessageException 
    Remarks

    This exception is thrown by a call to ArcanaDevelopment.adTempus.Client.Scheduler.Connect if the server cannot be contacted. This could be because:

    • The specified server name, address, instance name, or port is invalid.
    • The adTempus service is not running on the target computer.
    • The target computer is unreachable due to a network problem.
    • A firewall or other security is blocking the connection.
    Inheritance Hierarchy

    System.Object
       System.Exception
          ArcanaDevelopment.adTempus.Shared.MessageException
             ArcanaDevelopment.adTempus.Shared.ServerNotFoundException

    See Also