C# Class SimPlaza.UDProxy.UDProxyException

Inheritance: System.Exception
Datei anzeigen Open project: Gnu32/UDProxy

Public Methods

Method Description
UDProxyException ( string message ) : System

Better exception that actually gets the source of the error

UDProxyException ( string message, Exception cause ) : System

Method Details

UDProxyException() public method

Better exception that actually gets the source of the error
public UDProxyException ( string message ) : System
message string
return System

UDProxyException() public method

public UDProxyException ( string message, Exception cause ) : System
message string
cause System.Exception
return System