DeveloperExceptionPageOptions.SourceCodeLineCount 属性

定义

确定要在异常堆栈帧中现有代码行的前面和后面包含多少行代码。 仅当提供了符号并且异常堆栈跟踪引用的源代码在服务器上存在时才适用。

public:
 property int SourceCodeLineCount { int get(); void set(int value); };
public int SourceCodeLineCount { get; set; }
member this.SourceCodeLineCount : int with get, set
Public Property SourceCodeLineCount As Integer

属性值

适用于