C# Class Tup.Cobar4Net.Route.RouteException

Inheritance: System.Exception
Mostra file Open project: tupunco/Tup.Cobar4Net

Public Methods

Method Description
RouteException ( ) : System
RouteException ( Exception cause ) : System
RouteException ( string message ) : System
RouteException ( string message, Exception cause ) : System

Method Details

RouteException() public method

public RouteException ( ) : System
return System

RouteException() public method

public RouteException ( Exception cause ) : System
cause System.Exception
return System

RouteException() public method

public RouteException ( string message ) : System
message string
return System

RouteException() public method

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