protected virtual void Handle(ProgramInternalErrorEvent e)
 {
 }
Exemple #2
0
 protected override void Handle(ProgramInternalErrorEvent e)
 {
     WriteError();
     WriteError("An internal error occurred:");
     WriteError(FormatException(e.Exception));
 }