public ParrotException(Parrot parrot, IParrot_PMC exception)
 {
     this.raw_exception = exception;
     this.msg = exception.ToString();
     this.Parrot = parrot;
     // TODO: Verify that this is an exception PMC
 }