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

◆ GetExceptionMethodFromStackTrace()

MethodBase System.Exception.GetExceptionMethodFromStackTrace ( )
inlineprivateinherited

Definition at line 201 of file Exception.cs.

202 {
204 if (methodFromStackTrace == null)
205 {
206 return null;
207 }
208 return RuntimeType.GetMethodBase(methodFromStackTrace);
209 }
byte[] _stackTrace
Definition Exception.cs:55
static IRuntimeMethodInfo GetMethodFromStackTrace(object stackTrace)

References System.Exception._stackTrace, System.Runtime.Serialization.Dictionary, System.RuntimeType.GetMethodBase(), and System.Exception.GetMethodFromStackTrace().