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

◆ GetHRExceptionObject()

static Exception System.StubHelpers.StubHelpers.GetHRExceptionObject ( int hr)
inlinestaticpackage

Definition at line 51 of file StubHelpers.cs.

52 {
53 Exception ex = InternalGetHRExceptionObject(hr);
54 ex.InternalPreserveStackTrace();
55 return ex;
56 }
static Exception InternalGetHRExceptionObject(int hr)

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