C# Class NextbusNET.NextbusException

Inheritance: System.Exception
Afficher le fichier Open project: bogeaperez/NextbusNET

Méthodes publiques

Méthode Description
NextbusException ( ) : System
NextbusException ( string message ) : System
NextbusException ( string message, Exception inner ) : System

Method Details

NextbusException() public méthode

public NextbusException ( ) : System
Résultat System

NextbusException() public méthode

public NextbusException ( string message ) : System
message string
Résultat System

NextbusException() public méthode

public NextbusException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System