nikcio opened a new pull request, #652:
URL: https://github.com/apache/lucenenet/pull/652

   The `string.Format` statement would result in the following exception:
   
   ```
   Unhandled exception. System.FormatException: Index (zero based) must be 
greater than or equal to zero and less than the size of the argument list.
      at System.Text.ValueStringBuilder.AppendFormatHelper(IFormatProvider 
provider, String format, ParamsArray args)
      at System.String.FormatHelper(IFormatProvider provider, String format, 
ParamsArray args)
      at System.String.Format(String format, Object arg0, Object arg1, Object 
arg2)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to