다음을 통해 공유


AnalyzerOptions.ThrowOnRecursive 속성

정의

재귀 호출이 예외를 throw하는지 여부를 결정하는 값을 가져오거나 설정합니다.

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

속성 값

true이면 재귀 호출이 감지되면 예외를 throw합니다.

적용 대상