ServerUnavailableException

Thrown when the database server is not available.

Namespace:
Inetdev.Data
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
Inetdev.Data.OpenConnectionException

Constructors

ServerUnavailableException

Initializes a new instance of ServerUnavailableException.

Signature:
public Void ServerUnavailableException(serverName, connectionName, src, inner)
Parameters
Name Type Summary
serverName String Server name.
connectionName String Connection name.
src String Source code reference.
inner Exception Original exception.

In this document