Skip to content

Add exception to GetObjectForIUnknown #2931

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 6, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion xml/System.Runtime.InteropServices/Marshal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4479,6 +4479,7 @@ There is a difference in the behavior of the `GetLastWin32Error` method on .NET

]]></format>
</remarks>
<exception cref="T:SystemArgumentNullException"><paramref name="pUnk" /> is <see cref="F:System.IntPtr.Zero" />.</exception>
<permission cref="T:System.Security.SecurityCriticalAttribute">requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.</permission>
<altmember cref="M:System.Runtime.InteropServices.Marshal.AddRef(System.IntPtr)" />
<altmember cref="M:System.Runtime.InteropServices.Marshal.Release(System.IntPtr)" />
Expand Down Expand Up @@ -12094,4 +12095,4 @@ public static void ThrowExceptionForHR(interrorCode,IntPtrerrorInfo)
</Docs>
</Member>
</Members>
</Type>
</Type>