DeveloperExceptionPageOptions.SourceCodeLineCount 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定要在异常堆栈帧中现有代码行的前面和后面包含多少行代码。 仅当提供了符号并且异常堆栈跟踪引用的源代码在服务器上存在时才适用。
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