You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LibGit2Sharp/LibGit2SharpException.cs
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,11 +37,10 @@ public LibGit2SharpException(string message, Exception innerException)
37
37
/// <summary>
38
38
/// Initializes a new instance of the <see cref="LibGit2SharpException"/> class with a specified error message and a reference to the inner exception that is the cause of this exception.
39
39
/// </summary>
40
-
/// <param name="cultureInfo">An object that supplies culture-specific formatting information.</param>
41
40
/// <param name="format">A composite format string for use in <see cref="String.Format(IFormatProvider, string, object[])"/>.</param>
42
41
/// <param name="args">An object array that contains zero or more objects to format.</param>
0 commit comments