AnalyzerOptions.ThrowOnRecursive 属性

定义

获取或设置一个值,该值确定递归调用是否引发异常。

public bool? ThrowOnRecursive { get; set; }
member this.ThrowOnRecursive : Nullable<bool> with get, set
Public Property ThrowOnRecursive As Nullable(Of Boolean)

属性值

如果为 true,则在检测到递归调用时引发异常。

适用于