C# Класс SimPlaza.UDProxy.UDProxyException

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

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

Метод Описание
UDProxyException ( string message ) : System

Better exception that actually gets the source of the error

UDProxyException ( string message, Exception cause ) : System

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

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

Better exception that actually gets the source of the error
public UDProxyException ( string message ) : System
message string
Результат System

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

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