3 references to OleDbErrorCollection
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
159
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.
OleDbErrorCollection
))]
System.Data.OleDb (2)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (2)
261
public System.Data.OleDb.
OleDbErrorCollection
Errors { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }
283
public System.Data.OleDb.
OleDbErrorCollection
Errors { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }