ConnectionFailedException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released.
Overloads
ConnectionFailedException(String) |
Creates a new ConnectionFailedException instance |
ConnectionFailedException(String, Exception) |
Creates a new ConnectionFailedException instance |
ConnectionFailedException(String)
Creates a new ConnectionFailedException instance
public ConnectionFailedException (string message);
Parameters
- message
- String
Applies to
ConnectionFailedException(String, Exception)
Creates a new ConnectionFailedException instance
public ConnectionFailedException (string message, Exception innerException);
Parameters
- message
- String
- innerException
- Exception