Share via


Marshal.ThrowExceptionForHR-Methode

 

Veröffentlicht: Oktober 2016

Löst eine Ausnahme mit einem bestimmten HRESULT-Fehlerwert aus.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

Überladungsliste

Name Beschreibung
System_CAPS_pubmethodSystem_CAPS_static ThrowExceptionForHR(Int32)

Löst eine Ausnahme mit einem bestimmten HRESULT-Fehlerwert aus.

System_CAPS_pubmethodSystem_CAPS_static ThrowExceptionForHR(Int32, IntPtr)

Löst eine Ausnahme mit einem bestimmten Fehler-HRESULT auf Grundlage der angegebenen IErrorInfo Schnittstelle.

Siehe auch

Marshal-Klasse
System.Runtime.InteropServices-Namespace

Zurück zum Anfang