4 references to ExceptionAsDefaultMarshaller
System.Data.OleDb (3)
_generated\1\System.Data.Common.UnsafeNativeMethods.IErrorInfo.cs (2)
131
__retVal = global::System.Runtime.InteropServices.Marshalling.
ExceptionAsDefaultMarshaller
<global::System.Data.OleDb.OleDbHResult>.ConvertToUnmanaged(__exception);
190
__retVal = global::System.Runtime.InteropServices.Marshalling.
ExceptionAsDefaultMarshaller
<global::System.Data.OleDb.OleDbHResult>.ConvertToUnmanaged(__exception);
_generated\2\System.Data.Common.UnsafeNativeMethods.IErrorRecords.cs (1)
181
__retVal = global::System.Runtime.InteropServices.Marshalling.
ExceptionAsDefaultMarshaller
<global::System.Data.OleDb.OleDbHResult>.ConvertToUnmanaged(__exception);
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\ExceptionAsDefaultMarshaller.cs (1)
10
[CustomMarshaller(typeof(Exception), MarshalMode.UnmanagedToManagedOut, typeof(
ExceptionAsDefaultMarshaller
<>))]