Mono.CSharp.CSharpParser.yyException.yyException C# (CSharp) 메소드

yyException() 공개 메소드

public yyException ( String message ) : System.Text
message String
리턴 System.Text
    public yyException (String message) {
      super(message);
    }
  }
CSharpParser.yyException