Skip to content

Commit ac9be84

Browse files
committed
Removing no-longer-used error code
1 parent f4594e9 commit ac9be84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Data.SqlClient/src/Microsoft/Data/Common/AdapterUtil.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ internal enum InternalErrorCode
945945

946946
SqlDependencyObtainProcessDispatcherFailureObjectHandle = 50,
947947
SqlDependencyProcessDispatcherFailureCreateInstance = 51,
948-
SqlDependencyProcessDispatcherFailureAppDomain = 52,
948+
949949
SqlDependencyCommandHashIsNotAssociatedWithNotification = 53,
950950

951951
UnknownTransactionFailure = 60,

0 commit comments

Comments
 (0)