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