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

◆ StackTrace() [4/9]

System.Diagnostics.StackTrace.StackTrace ( int skipFrames,
bool fNeedFileInfo )
inline

Definition at line 118 of file StackTrace.cs.

119 {
120 if (skipFrames < 0)
121 {
122 throw new ArgumentOutOfRangeException("skipFrames", SR.ArgumentOutOfRange_NeedNonNegNum);
123 }
125 }
void InitializeForCurrentThread(int skipFrames, bool fNeedFileInfo)
Definition StackTrace.cs:61

References System.SR.ArgumentOutOfRange_NeedNonNegNum, and System.Diagnostics.StackTrace.InitializeForCurrentThread().