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