Hi, please see following line.
|
internal static MySqlException CreateForTimeout(Exception innerException) => |
Can this innerException contains to new instance of MySqlException?
Because, This code is running at my project.
I would detail of its inner-exception to investigate problem.
Thanks.
Hi, please see following line.
MySqlConnector/src/MySqlConnector/MySql.Data.MySqlClient/MySqlException.cs
Line 35 in 3619321
Can this
innerExceptioncontains to new instance of MySqlException?Because, This code is running at my project.
I would detail of its inner-exception to investigate problem.
Thanks.