### Describe the bug I didn't see an existing issue for this. The exceptions section of the SqlCommand.ExecuteScaler() function in the .NET API docs is messed up: https://learn.microsoft.com/en-us/dotnet/api/microsoft.data.sqlclient.sqlcommand.executescalar?view=sqlclient-dotnet-core-6.0  Many other methods in other classes have the same issue. SqlConnection, SqlBulkCopy, etc.