private void SetFlagsAndExceptionInfo(int flags, ExceptionConverter converter, ExceptionEditor editor)
 {
     this.Flags = flags;
     this.exceptionConverter = converter;
     this.exceptionEditor    = editor;
 }
 private void SetFlagsAndExceptionInfo(int flags, ExceptionConverter converter, ExceptionEditor editor)
 {
     this.Flags = flags;
     this.exceptionConverter = converter;
     this.exceptionEditor = editor;
 }