C# Class Iaik.Utils.Net.ConnectionFailureException

Is thrown if the connection to the remote host could not be established, because the remote endpoint is not available
Inheritance: ConnectionException
ファイルを表示 Open project: areiter/InMemoryFuzzing

Public Methods

Method Description
ConnectionFailureException ( string message ) : System

Method Details

ConnectionFailureException() public method

public ConnectionFailureException ( string message ) : System
message string
return System