Bike.Interpreter.InterpreterException.InterpreterException C# (CSharp) Метод

InterpreterException() публичный Метод

public InterpreterException ( string msg ) : System
msg string
Результат System
        public InterpreterException(string msg)
            : this(msg, null)
        {
        }

Same methods

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