C# Class NextbusNET.NextbusException

Inheritance: System.Exception
ファイルを表示 Open project: bogeaperez/NextbusNET

Public Methods

Method Description
NextbusException ( ) : System
NextbusException ( string message ) : System
NextbusException ( string message, Exception inner ) : System

Method Details

NextbusException() public method

public NextbusException ( ) : System
return System

NextbusException() public method

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

NextbusException() public method

public NextbusException ( string message, Exception inner ) : System
message string
inner System.Exception
return System