Code: Select all
Console.Write(String.Format("Euclidean distance between " & printNum(num1) & " and " & printNum(num2) & " is {0:F2} ({1:F2}%) | Time: {2:D}ns" & ControlChars.Lf, euclidean, normEuclidean, Math.Truncate(euclideanTime.TotalMilliseconds)))
- e {"Ο προσδιορισμός μορφής δεν ήταν έγκυρος."} System.Exception
+ System.FormatException {"Ο προσδιορισμός μορφής δεν ήταν έγκυρος."} System.FormatException
e.StackTrace " σε System.Number.FormatDouble(Double value, String format, NumberFormatInfo info) σε System.Double.ToString(String format, IFormatProvider provider) σε System.Text.StringBuilder.AppendFormatHelper(IFormatProvider provider, String format, ParamsArray args) σε System.String.FormatHelper(IFormatProvider provider, String format, ParamsArray args) σε System.String.Format(String format, Object arg0, Object arg1, Object arg2) σε ConsoleApplication1.Module1.Main(String[] args) στο C:\Users\Billy\Documents\Visual Studio 2013\Projects\ConsoleApplication1\ConsoleApplication1\Module1.vb:γραμμή 112" String
όπου γραμμή 112 η γραμμή που αναφέρω πιο πάνω.
Ξέρει κανείς που οφείλεται το λάθος?