ConnectionFailedException Constructors

Definition

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
System.String

ConnectionFailedException(String, Exception)

Creates a new ConnectionFailedException instance

public ConnectionFailedException (string message, Exception innerException);

Parameters

message
System.String
innerException
System.Exception