Class LambdaErrorReportStackFrame
The Lambda
Inheritance
System.Object
LambdaErrorReportStackFrame
Namespace: LambdaSharp.Logging.ErrorReports.Models
Assembly: LambdaSharp.Logging.dll
Syntax
public class LambdaErrorReportStackFrame
Properties
ColumnNumber
The Column
Declaration
public int? ColumnNumber { get; set; }
Property Value
Type | Description |
---|---|
System. |
Source code column number or |
FileName
The File
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System. |
Source code file name or |
LineNumber
The Line
Declaration
public int? LineNumber { get; set; }
Property Value
Type | Description |
---|---|
System. |
Source code line number or |
MethodName
The Method
Declaration
public string MethodName { get; set; }
Property Value
Type | Description |
---|---|
System. |
Name of the method. |