public PostScriptParseException(
     string message,
     Exception cause,
     PostScriptParser parser
     ) : this(message, cause, parser.Position, parser.Token, parser.TokenType)
 {
 }
 public PostScriptParseException(
     string message,
     PostScriptParser parser
     ) : this(message, null, parser)
 {
 }