FailedConnectionException(String, Exception) Constructor
Class constructor.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public FailedConnectionException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
Parameters
- message String
- Message for the exception.
- innerException Exception
- Exception with the innerexception instance.