C# Class Bike.Interpreter.InterpreterException

Inheritance: System.Exception
显示文件 Open project: buunguyen/bike

Public Methods

Method Description
InterpreterException ( string msg ) : System
InterpreterException ( string msg, Exception inner ) : System

Method Details

InterpreterException() public method

public InterpreterException ( string msg ) : System
msg string
return System

InterpreterException() public method

public InterpreterException ( string msg, Exception inner ) : System
msg string
inner System.Exception
return System