protected void Report(List <Exception> exceptions)
 {
     LinkerConfiguration.Report(Context, exceptions);
 }
Exemple #2
0
 protected void Report(Exception exception)
 {
     LinkerConfiguration.Report(Context, exception);
 }
 protected override void Report(Exception exception)
 {
     LinkerConfiguration.Report(context, exception);
 }