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




maxAttempts
The maximum number of connection attempts.
Constructor taking the maximum connection attempts.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal maxAttempts As Integer _
)
Visual Basic (Usage)Copy Code
Dim maxAttempts As Integer
 
Dim instance As MaxConnectionException(maxAttempts)
C# 
public MaxConnectionException( 
   int maxAttempts
)

Parameters

maxAttempts
The maximum number of connection attempts.

See Also

© 2010 All Rights Reserved.