Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
tbolon committed Aug 18, 2023
1 parent 33f8a0b commit 78d5f44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public override void GetObjectData(SerializationInfo si, StreamingContext contex
/// <include file='../../../../../../doc/snippets/Microsoft.Data.SqlClient/SqlException.xml' path='docs/members[@name="SqlException"]/Source/*' />
override public string Source => TdsEnums.SQL_PROVIDER_NAME;

#if !NETFRAMEWORK
#if NET6_0_OR_GREATER
/// <summary>
/// Indicates whether the error represented by this <see cref="SqlException" /> could be a transient error, i.e. if retrying the triggering
/// operation may succeed without any other change. Examples of transient errors include failure to acquire a database lock, networking
Expand Down

0 comments on commit 78d5f44

Please sign in to comment.