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