3 references to OleDbError
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
158
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.
OleDbError
))]
System.Data.OleDb (2)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (2)
250
public System.Data.OleDb.
OleDbError
this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }
254
public void CopyTo(System.Data.OleDb.
OleDbError
[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }