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

◆ ThrowExceptionForHR() [2/2]

static void System.Runtime.InteropServices.Marshal.ThrowExceptionForHR ( int errorCode,
IntPtr errorInfo )
inlinestatic

Definition at line 1240 of file Marshal.cs.

1241 {
1242 if (errorCode < 0)
1243 {
1244 throw GetExceptionForHR(errorCode, errorInfo);
1245 }
1246 }
static ? Exception GetExceptionForHR(int errorCode)
Definition Marshal.cs:1218

References System.Runtime.InteropServices.Marshal.GetExceptionForHR().