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

◆ GetPendingExceptionObject()

static Exception System.StubHelpers.StubHelpers.GetPendingExceptionObject ( )
inlinestaticpackage

Definition at line 71 of file StubHelpers.cs.

72 {
73 Exception ex = s_pendingExceptionObject;
74 ex?.InternalPreserveStackTrace();
76 return ex;
77 }
static Exception s_pendingExceptionObject
Definition StubHelpers.cs:9

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