Esempio n. 1
0
 internal LogEventHandlerEventArgs(ITasqHandler handler, Exception exception)
     : this(handler)
 {
     Exception = exception;
 }
Esempio n. 2
0
 internal LogEventHandlerEventArgs(ITasqHandler handler)
     : this($"Handler: {handler.GetType().FullName}")
 {
 }