C# Класс Library.Net.Proxy.ProxyClientException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
ProxyClientException ( ) : System
ProxyClientException ( string message ) : System
ProxyClientException ( string message, Exception innerException ) : System

Описание методов

ProxyClientException() публичный Метод

public ProxyClientException ( ) : System
Результат System

ProxyClientException() публичный Метод

public ProxyClientException ( string message ) : System
message string
Результат System

ProxyClientException() публичный Метод

public ProxyClientException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System