3 writes to _errors
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlException.cs (3)
31_errors = errorCollection; 37_errors = (SqlErrorCollection) si.GetValue("Errors", typeof(SqlErrorCollection)); 64_errors = new SqlErrorCollection();
6 references to _errors
System.Data (6)
fx\src\data\System\Data\SqlClient\SqlException.cs (6)
53si.AddValue("Errors", _errors, typeof(SqlErrorCollection)); 63if (_errors == null) { 66return _errors; 77return ((null != _errors) && (0 < _errors.Count)); 187SqlException exception = new SqlException(Message, _errors, InnerException, _clientConnectionId);