Skip to content

Commit b0438af

Browse files
committed
Fix wrong exception type
1 parent 18e99de commit b0438af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scalardb-dotnet-samples/scalardb-cluster-sample/Commands/LoadInitialDataCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public static Command Create()
1717
using var sample = new Sample();
1818
await sample.CreateTables();
1919

20-
TransactionException? lastException = null;
20+
IllegalArgumentException? lastException = null;
2121
var attempts = 10;
2222
while (attempts-- > 0)
2323
{

0 commit comments

Comments
 (0)