LogStackTrace(Boolean, Int32, Int32) Constructor
Creates a stack trace object
Namespace: Gemstone.DiagnosticsAssembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.175 -- Release Build+c17d9a0be4a12d18fcaf0b89389bc3af1b1cd7d1
public LogStackTrace(
bool lookupFileInfo = true,
int skipCount = 0,
int maxStackFrames = 2147483647
)
Public Sub New (
Optional lookupFileInfo As Boolean = true,
Optional skipCount As Integer = 0,
Optional maxStackFrames As Integer = 2147483647
)
public:
LogStackTrace(
bool lookupFileInfo = true,
int skipCount = 0,
int maxStackFrames = 2147483647
)
Gemstone.Diagnostics.LogStackTrace = function(lookupFileInfo, skipCount, maxStackFrames);
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.