C# Class Library.Net.Proxy.ProxyClientException

Inheritance: System.Exception
ファイルを表示 Open project: Alliance-Network/Library

Public Methods

Method Description
ProxyClientException ( ) : System
ProxyClientException ( string message ) : System
ProxyClientException ( string message, Exception innerException ) : System

Method Details

ProxyClientException() public method

public ProxyClientException ( ) : System
return System

ProxyClientException() public method

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

ProxyClientException() public method

public ProxyClientException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System