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
thrownewArgumentException($"No '{nameof(ChildContent)}' specified in the {GetType().Name} component.",nameof(ChildContent));
67
+
thrownewParameterException($"No '{nameof(ChildContent)}' specified in the {GetType().Name} component.",nameof(ChildContent));
68
68
if(Testisnull&&TestAsyncisnull)
69
-
thrownewArgumentException($"No test action provided via the '{nameof(Test)}' or '{nameof(TestAsync)}' parameters to the {GetType().Name} component.",nameof(Test));
69
+
thrownewParameterException($"No test action provided via the '{nameof(Test)}' or '{nameof(TestAsync)}' parameters to the {GetType().Name} component.",nameof(Test));
70
70
if(Testis not null&&TestAsyncis not null)
71
-
thrownewArgumentException($"Only one of the '{nameof(Test)}' or '{nameof(TestAsync)}' actions can be provided to the {GetType().Name} component at the same time.",nameof(Test));
71
+
thrownewParameterException($"Only one of the '{nameof(Test)}' or '{nameof(TestAsync)}' actions can be provided to the {GetType().Name} component at the same time.",nameof(Test));
0 commit comments