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




host
Name of Connection to server that failed for RoundRobin
Overloaded. Initializes a new instance of the RoundRobinException class.

Syntax

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

Parameters

host
Name of Connection to server that failed for RoundRobin

See Also

© 2010 All Rights Reserved.