ESRI.ArcGIS.ADF.Connection
EmptyServerListException Constructor(String,ConnectionMode)
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF.Connection Namespace > EmptyServerListException Class > EmptyServerListException Constructor : EmptyServerListException Constructor(String,ConnectionMode)




host
The host in the requested connection.
connectionMode
The connection mode (Default, Failover or RoundRobin).
Constructor taking host and connection mode.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal host As String, _
   ByVal connectionMode As ConnectionMode _
)
Visual Basic (Usage)Copy Code
Dim host As String
Dim connectionMode As ConnectionMode
 
Dim instance As EmptyServerListException(host, connectionMode)
C# 
public EmptyServerListException( 
   string host,
   ConnectionMode connectionMode
)

Parameters

host
The host in the requested connection.
connectionMode
The connection mode (Default, Failover or RoundRobin).

See Also

© 2010 All Rights Reserved.