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 e050a23 commit 1b67a34Copy full SHA for 1b67a34
src/Ydb.Sdk/src/Ado/YdbException.cs
@@ -9,7 +9,7 @@ internal YdbException(string message) : base(message)
9
}
10
11
internal YdbException(Driver.TransportException transportException)
12
- : this(transportException.Status, transportException.InnerException)
+ : this(transportException.Status, transportException)
13
{
14
15
0 commit comments