Click or drag to resize

LogStackFrame Fields

The LogStackFrame type exposes the following members.

Fields
  Name Description
Public field ClassName The name of the method's type.
Public field ColumnNumber The column number of the execution point.
Public field FileName The file name if debug symbols were compiled with the assembly
Public field LineNumber The line number of the data.
Public field MethodName The name of the method
Public field NativeOffset Gets the offset position in the IL Code.
Top
See Also