Skip to content

Commit 1b67a34

Browse files
fixed
1 parent e050a23 commit 1b67a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ydb.Sdk/src/Ado/YdbException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ internal YdbException(string message) : base(message)
99
}
1010

1111
internal YdbException(Driver.TransportException transportException)
12-
: this(transportException.Status, transportException.InnerException)
12+
: this(transportException.Status, transportException)
1313
{
1414
}
1515

0 commit comments

Comments
 (0)