Click or drag to resize

LogStackTrace(Boolean, Int32, Int32) Constructor

Creates a stack trace object

Namespace: GSF.Diagnostics
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax
public LogStackTrace(
	bool lookupFileInfo = true,
	int skipCount = 0,
	int maxStackFrames = 2147483647
)
View Source

Parameters

lookupFileInfo  Boolean  (Optional)
gets if the file paths need to be looked up.
skipCount  Int32  (Optional)
the number of frames to skip.
maxStackFrames  Int32  (Optional)
the maximum number of frames in the stack trace.
See Also