4 references to Error
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (2)
668
new SqlNotification(SqlNotificationInfo.
Error
,
707
new SqlNotification(SqlNotificationInfo.
Error
,
fx\src\data\System\Data\SqlClient\SqlDependencyUtils.cs (1)
534
dependencies[i].Invalidate(SqlNotificationType.Change, SqlNotificationInfo.
Error
, SqlNotificationSource.Timeout);
fx\src\data\System\Data\SqlClient\SqlNotificationEventArgs.cs (1)
45
internal static SqlNotificationEventArgs NotifyError = new SqlNotificationEventArgs(SqlNotificationType.Subscribe, SqlNotificationInfo.
Error
, SqlNotificationSource.Object);