We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e06374a commit 427c3e0Copy full SHA for 427c3e0
src/FirebirdSql.Data.FirebirdClient/FirebirdClient/FbTransaction.cs
@@ -675,7 +675,7 @@ private static void EnsureSavePointName(string savePointName)
675
{
676
if (string.IsNullOrWhiteSpace(savePointName))
677
678
- throw new ArgumentException("No transaction name was be specified.");
+ throw new ArgumentException("No transaction name was specified.");
679
}
680
681
0 commit comments