C# Class Bike.Interpreter.InterpreterException

Inheritance: System.Exception
Afficher le fichier Open project: buunguyen/bike

Méthodes publiques

Méthode Description
InterpreterException ( string msg ) : System
InterpreterException ( string msg, Exception inner ) : System

Method Details

InterpreterException() public méthode

public InterpreterException ( string msg ) : System
msg string
Résultat System

InterpreterException() public méthode

public InterpreterException ( string msg, Exception inner ) : System
msg string
inner System.Exception
Résultat System