FailedConnectionException(String, Exception) Constructor

Class constructor.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public FailedConnectionException(
	string message,
	Exception innerException
)

Parameters

message  String
Message for the exception.
innerException  Exception
Exception with the innerexception instance.

See Also