Exemple #1
0
 protected virtual void ValidatedExceptionThrowedEventHandler(object sender, ComponentNotFulfillingValidateConditionEventArgs arg)
 {
 }
 protected override void ValidatedExceptionThrowedEventHandler(object sender, ComponentNotFulfillingValidateConditionEventArgs arg) => Logger.LogInformation($"{arg.Exception.Message}");