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 bf29c66 commit b9b0215Copy full SHA for b9b0215
src/MySqlConnector/MySqlConversionException.cs
@@ -17,7 +17,7 @@ public class MySqlConversionException : Exception
17
/// Initializes a new instance of <see cref="MySqlConversionException"/>.
18
/// </summary>
19
/// <param name="message">The exception message.</param>
20
- public MySqlConversionException(string message)
+ internal MySqlConversionException(string message)
21
: base(message)
22
{
23
}
0 commit comments