Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetCOMHRExceptionObject()

static Exception System.StubHelpers.StubHelpers.GetCOMHRExceptionObject ( int hr,
IntPtr pCPCMD,
object pThis )
inlinestaticpackage

Definition at line 61 of file StubHelpers.cs.

62 {
63 Exception ex = InternalGetCOMHRExceptionObject(hr, pCPCMD, pThis);
64 ex.InternalPreserveStackTrace();
65 return ex;
66 }
static Exception InternalGetCOMHRExceptionObject(int hr, IntPtr pCPCMD, object pThis)

References System.StubHelpers.StubHelpers.InternalGetCOMHRExceptionObject(), and System.Exception.InternalPreserveStackTrace().