AnalyzerOptions.ThrowOnRecursive 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public bool? ThrowOnRecursive { get; set; }
member this.ThrowOnRecursive : Nullable<bool> with get, set
Public Property ThrowOnRecursive As Nullable(Of Boolean)
属性值
如果为 true,则在检测到递归调用时引发异常。
适用于