We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2aaeb9 commit a4aa11eCopy full SHA for a4aa11e
1 file changed
DataGateway.Service/Services/SqlMetadataProvider.cs
@@ -126,11 +126,6 @@ await PopulateColumnDefinitionWithHasDefaultAsync(
126
Console.WriteLine($"Unable to get information about: {tableName}" +
127
$" due to this exception: {db.Message}");
128
}
129
- catch (ArgumentException args)
130
- {
131
- Console.WriteLine($"Argument exception for: {tableName}" +
132
- $" due to this exception: {args.Message}");
133
- }
134
135
136
0 commit comments