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