C# 클래스 SimPlaza.UDProxy.UDProxyException

상속: System.Exception
파일 보기 프로젝트 열기: Gnu32/UDProxy

공개 메소드들

메소드 설명
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