4 references to
System.Data (4)
fx\src\data\System\Data\OleDb\OleDbException.cs (3)
25internal OleDbException(string message, OleDbHResult errorCode, Exception inner) : base(message, inner) { 30internal OleDbException(OleDbException previous, Exception inner) : base(previous.Message, inner) { 35private OleDbException(string message, Exception inner, string source, OleDbHResult errorCode, OleDbErrorCollection errors) : base(message, inner) { // MDAC 84364
fx\src\data\System\Data\SqlClient\SqlException.cs (1)
29private SqlException(string message, SqlErrorCollection errorCollection, Exception innerException, Guid conId) : base(message, innerException) {