C# 클래스 Tup.Cobar4Net.Route.RouteException

상속: System.Exception
파일 보기 프로젝트 열기: tupunco/Tup.Cobar4Net

공개 메소드들

메소드 설명
RouteException ( ) : System
RouteException ( Exception cause ) : System
RouteException ( string message ) : System
RouteException ( string message, Exception cause ) : System

메소드 상세

RouteException() 공개 메소드

public RouteException ( ) : System
리턴 System

RouteException() 공개 메소드

public RouteException ( Exception cause ) : System
cause System.Exception
리턴 System

RouteException() 공개 메소드

public RouteException ( string message ) : System
message string
리턴 System

RouteException() 공개 메소드

public RouteException ( string message, Exception cause ) : System
message string
cause System.Exception
리턴 System