Skip to content

Commit a4aa11e

Browse files
committed
Remove ArgumentException
1 parent f2aaeb9 commit a4aa11e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

DataGateway.Service/Services/SqlMetadataProvider.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,6 @@ await PopulateColumnDefinitionWithHasDefaultAsync(
126126
Console.WriteLine($"Unable to get information about: {tableName}" +
127127
$" due to this exception: {db.Message}");
128128
}
129-
catch (ArgumentException args)
130-
{
131-
Console.WriteLine($"Argument exception for: {tableName}" +
132-
$" due to this exception: {args.Message}");
133-
}
134129
}
135130
}
136131

0 commit comments

Comments
 (0)