You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a property getter throws an exception of the allowed types via method Invocation, the rule raises.
Repro steps
publicintMyProperty{get{throwMethod();// Noncompliant FP}}privateNotSupportedExceptionMethod()=>newNotSupportedException();// Belongs to the whitelisted exception types.
Expected behavior
The rule should not raise.
Actual behavior
The rule raises.
The text was updated successfully, but these errors were encountered:
Description
If a property getter throws an exception of the allowed types via method Invocation, the rule raises.
Repro steps
Expected behavior
The rule should not raise.
Actual behavior
The rule raises.
The text was updated successfully, but these errors were encountered: