Click or drag to resize

InternetConnectException Constructor

Creates an InternetConnectException object.
Overload List
  NameDescription
Public methodInternetConnectException
Creates a new instance of InternetConnectException.
Public methodInternetConnectException(String)
Creates a new instance of InternetConnectException specifying the exception message.
Protected methodInternetConnectException(SerializationInfo, StreamingContext)
Initializes a new instance of the InternetConnectException class.
Public methodInternetConnectException(String, Exception)
Creates a new instance of InternetConnectException specifying the exception message and inner exception.
Top
See Also