Marshal.GetExceptionForHR Method
.NET Framework 4.5
Converts an HRESULT error code to a corresponding Exception object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetExceptionForHR(Int32) | Converts the specified HRESULT error code to a corresponding Exception object. |
|
GetExceptionForHR(Int32, IntPtr) | Converts the specified HRESULT error code to a corresponding Exception object, with additional error information passed in an IErrorInfo interface for the exception object. |