C# Class Iaik.Utils.Net.ConnectionRejectedException

Is thrown if the connection is rejected by the server because of some policy settings
Inheritance: ConnectionException
ファイルを表示 Open project: areiter/InMemoryFuzzing

Public Methods

Method Description
ConnectionRejectedException ( string message ) : System

Method Details

ConnectionRejectedException() public method

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