ConnectException Constructor (String) | 
 
            Initializes  a  new  instance  of  the  ConnectException  class  with  a
            specified error message.
            
 
    Namespace: 
   OBCOM.NetClient
    Assembly:
   OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntaxpublic ConnectException(
	string message
)
Public Sub New ( 
	message As String
)
Parameters
- message
 - Type: SystemString
            A message that describes the error.
             
See Also